GtkPrintOperationResult

The result of a print operation.

A value of this type is returned by [method@Gtk.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.

Meta