XedPrintJob

XedPrintJob

Functions

Properties

XedView * view Read / Write / Construct Only

Signals

void done Run Last
void printing Run Last
void show-preview Run Last

Types and Values

struct XedPrintJob

Object Hierarchy

    GObject
    ╰── XedPrintJob

Description

Functions

xed_print_job_new ()

XedPrintJob *
xed_print_job_new (XedView *view);

Types and Values

struct XedPrintJob

struct XedPrintJob;

Property Details

The “view” property

  “view”                     XedView *

Xed View to print.

Flags: Read / Write / Construct Only

Signal Details

The “done” signal

void
user_function (XedPrintJob *xedprintjob,
               guint        arg1,
               gpointer     arg2,
               gpointer     user_data)

Flags: Run Last


The “printing” signal

void
user_function (XedPrintJob *xedprintjob,
               guint        arg1,
               gpointer     user_data)

Flags: Run Last


The “show-preview” signal

void
user_function (XedPrintJob *xedprintjob,
               GtkWidget   *widget,
               gpointer     user_data)

Flags: Run Last