DialogError#

Added in version 4.10.

class DialogError#

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

Methods#

class DialogError
quark() int#

Registers an error quark for an operation that requires a dialog if necessary.

Fields#

class DialogError
CANCELLED#

The async function call was cancelled via its GCancellable

DISMISSED#

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

FAILED#

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