Method
Gtk.Printer.list_papers
Declaration [src]
GList*
gtk_printer_list_papers (
GtkPrinter* printer
)
Description [src]
Lists all the paper sizes printer
supports.
This will return and empty list unless the printer’s details
are available, see gtk_printer_has_details()
and
gtk_printer_request_details()
.
Return value
Returns: A list of GtkPageSetup |
|
a newly
allocated list of newly allocated |
|
Ownership of the data is transferred to the caller |