Enumeration
Gtk.PrintError
Description [src]
Error codes that identify various errors that can occur while using the GTK printing support.
Members
Name | Nickname | Value | Description |
---|---|---|---|
GTK_PRINT_ERROR_GENERAL |
"general" |
0 |
An unspecified error occurred. |
GTK_PRINT_ERROR_INTERNAL_ERROR |
"internal-error" |
1 |
An internal error occurred. |
GTK_PRINT_ERROR_NOMEM |
"nomem" |
2 |
A memory allocation failed. |
GTK_PRINT_ERROR_INVALID_FILE |
"invalid-file" |
3 |
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.