PrintOperationResult
Description:
[ CCode ( cprefix = "GTK_PRINT_OPERATION_RESULT_" , type_id = "gtk_print_operation_result_get_type ()" ) ]
public enum PrintOperationResult
A value of this type is returned by run.
Content:
Enum values:
- APPLY - The print settings should be
stored.
- CANCEL - The print operation has
been canceled, the print settings should not be stored.
- ERROR - An error has occurred.
- IN_PROGRESS - The print
operation is not complete yet.