GtkDialogError

Error codes in the GTK_DIALOG_ERROR domain that can be returned by async dialog functions.

Values

ValueMeaning
Failed0

Generic error condition for when an operation fails and no more specific code is applicable

Cancelled1

The async function call was cancelled via its gio.cancellable.Cancellable

Dismissed2

The operation was cancelled by the user (via a Cancel or Close button)