GtkPrintOperationResult

A value of this type is returned by PrintOperation.run.

Values

ValueMeaning
ERROR0

An error has occurred.

APPLY1

The print settings should be stored.

CANCEL2

The print operation has been canceled, the print settings should not be stored.

IN_PROGRESS3

The print operation is not complete yet. This value will only be returned when running asynchronously.