Package: gtk
Enum gtk-print-operation-result
Details  
    A value of this type is returned by the function    gtk-print-operation-run.     (define-g-enum "GtkPrintOperationResult" gtk-print-operation-result (:export t :type-initializer "gtk_print_operation_result_get_type") (:error 0) (:apply 1) (:cancel 2) (:in-progress 3)) 
  | See also | 
2020-4-8