Enumeration (GI Enum)

Gtk-4.0GtkPrintOperationResult

The result of a print operation.

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

Index

Enumeration Members

Enumeration Members

APPLY: number

The print settings should be stored.

CANCEL: number

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

ERROR: number

An error has occurred.

IN_PROGRESS: number

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