Enumeration
Gtk.PrintError
Description [src]
Error codes that identify various errors that can occur while using the GTK printing support.
Members
Name | Description |
---|---|
GTK_PRINT_ERROR_GENERAL |
An unspecified error occurred. |
GTK_PRINT_ERROR_INTERNAL_ERROR |
An internal error occurred. |
GTK_PRINT_ERROR_NOMEM |
A memory allocation failed. |
GTK_PRINT_ERROR_INVALID_FILE |
An error occurred while loading a page setup or paper size from a key file. |
Type functions
gtk_print_error_quark
Registers an error quark for GtkPrintOperation
if necessary.