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))  
:error
An error has occured.
:apply
The print settings should be stored.
:cancel
The print operation has been canceled, the print settings should not be stored.
:in-progress
The print operation is not complete yet. This value will only be returned when running asynchronously.
 

See also

2020-4-8