Package: gtk

Enum gtk-print-error

Details

Error codes that identify various errors that can occur while using the GTK+ printing support.
(define-g-enum "GtkPrintError" gtk-print-error
  (:export t
   :type-initializer "gtk_print_error_get_type")
  (:general 0)
  (:internal-error 1)
  (:nomem 2)
  (:invalid-file 3))  
:general
An unspecified error occurred.
:internal-error
An internal error occurred.
:nomem
A memory allocation failed.
:invalid-file
An error occurred while loading a page setup or paper size from a key file.
 

See also

2020-4-8