Details
gnome_print_job_new ()
Creates a new GnomePrintJob.
gnome_print_job_get_config ()
Gets a referenced pointer to the configuration of the job
gnome_print_job_get_context ()
Retrieve the GnomePrintContext which applications
print to.
gnome_print_job_close ()
Closes the GnomePrintJob job, ready for printing or
previewing. To be called after the application has finished
sending the drawing commands
gnome_print_job_print ()
Print the pages stored in the GnomePrintJob to
the phyisical printing device.
gnome_print_job_render ()
Renders printout to specified context
(with layout, ignoring copies)
gnome_print_job_render_page ()
Renders the specified page page
gnome_print_job_get_pages ()
Find the number of pages stored in a completed printout.
This is the number of physical pages, so if the layout
can hold 4 pages per page, and 5 logical pages are printed
(5 beginpage/endpage convinations) 2 is returned
gnome_print_job_get_page_size_from_config ()
gboolean gnome_print_job_get_page_size_from_config
(GnomePrintConfig *config,
gdouble *width,
gdouble *height); |
Deprecated, use gnome_print_config_get_page_size
gnome_print_job_print_to_file ()
gint gnome_print_job_print_to_file (GnomePrintJob *job,
gchar *output); |