Object Hierarchy
GObject
+----GInitiallyUnowned
+----CcPrinter
Properties
"filename" gchararray : Read / Write
Details
CcPrinter
typedef struct _CcPrinter CcPrinter;
CcPrinterClass
typedef struct {
GInitiallyUnownedClass base_class;
} CcPrinterClass;
cc_printer_get_type ()
GType cc_printer_get_type (void);
cc_printer_new ()
CcPrinter* cc_printer_new (gchar const*filename);
cc_printer_print_page ()
void cc_printer_print_page (CcPrinter *self);
Property Details
The "filename
" property
"filename" gchararray : Read / Write
The name of the output file.
Default value: "output.pdf"