Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Go to the source code of this file.
Macros | |
#define | EV_TYPE_PRINT_OPERATION (ev_print_operation_get_type()) |
#define | EV_PRINT_OPERATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_PRINT_OPERATION, EvPrintOperation)) |
#define | EV_IS_PRINT_OPERATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_PRINT_OPERATION)) |
#define | EV_PRINT_OPERATION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_PRINT_OPERATION, EvPrintOperationClass)) |
#define | EV_IS_PRINT_OPERATION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EV_TYPE_PRINT_OPERATION)) |
#define | EV_PRINT_OPERATION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EV_TYPE_PRINT_OPERATION, EvPrintOperationClass)) |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _EvPrintOperation | EvPrintOperation |
typedef struct _EvPrintOperationClass | EvPrintOperationClass |
#define EV_IS_PRINT_OPERATION | ( | obj) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_PRINT_OPERATION)) |
Definition at line 39 of file ev-print-operation.h.
#define EV_IS_PRINT_OPERATION_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE ((klass), EV_TYPE_PRINT_OPERATION)) |
Definition at line 41 of file ev-print-operation.h.
#define EV_PRINT_OPERATION | ( | obj) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_PRINT_OPERATION, EvPrintOperation)) |
Definition at line 38 of file ev-print-operation.h.
#define EV_PRINT_OPERATION_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST ((klass), EV_TYPE_PRINT_OPERATION, EvPrintOperationClass)) |
Definition at line 40 of file ev-print-operation.h.
#define EV_PRINT_OPERATION_GET_CLASS | ( | obj) | (G_TYPE_INSTANCE_GET_CLASS ((obj), EV_TYPE_PRINT_OPERATION, EvPrintOperationClass)) |
Definition at line 42 of file ev-print-operation.h.
#define EV_TYPE_PRINT_OPERATION (ev_print_operation_get_type()) |
Definition at line 37 of file ev-print-operation.h.
typedef typedefG_BEGIN_DECLS struct _EvPrintOperation EvPrintOperation |
Definition at line 34 of file ev-print-operation.h.
typedef struct _EvPrintOperationClass EvPrintOperationClass |
Definition at line 35 of file ev-print-operation.h.
void ev_print_operation_cancel | ( | EvPrintOperation * | op) |
gboolean ev_print_operation_exists_for_document | ( | EvDocument * | document) |
GtkPageSetup* ev_print_operation_get_default_page_setup | ( | EvPrintOperation * | op) |
ev_print_operation_get_default_page_setup: : an EvPrintOperation
Returns: (transfer none): a #GtkPageSetup
Definition at line 236 of file ev-print-operation.c.
gboolean ev_print_operation_get_embed_page_setup | ( | EvPrintOperation * | op) |
void ev_print_operation_get_error | ( | EvPrintOperation * | op, |
GError ** | error | ||
) |
const gchar* ev_print_operation_get_job_name | ( | EvPrintOperation * | op) |
GtkPrintSettings* ev_print_operation_get_print_settings | ( | EvPrintOperation * | op) |
ev_print_operation_get_print_settings: : an EvPrintOperation
Returns: (transfer none): a #GtkPrintSettings
Definition at line 208 of file ev-print-operation.c.
gdouble ev_print_operation_get_progress | ( | EvPrintOperation * | op) |
const gchar* ev_print_operation_get_status | ( | EvPrintOperation * | op) |
GType ev_print_operation_get_type | ( | void | ) |
EvPrintOperation* ev_print_operation_new | ( | EvDocument * | document) |
void ev_print_operation_run | ( | EvPrintOperation * | op, |
GtkWindow * | parent | ||
) |
void ev_print_operation_set_current_page | ( | EvPrintOperation * | op, |
gint | current_page | ||
) |
void ev_print_operation_set_default_page_setup | ( | EvPrintOperation * | op, |
GtkPageSetup * | page_setup | ||
) |
void ev_print_operation_set_embed_page_setup | ( | EvPrintOperation * | op, |
gboolean | embed | ||
) |
void ev_print_operation_set_job_name | ( | EvPrintOperation * | op, |
const gchar * | job_name | ||
) |
void ev_print_operation_set_print_settings | ( | EvPrintOperation * | op, |
GtkPrintSettings * | print_settings | ||
) |