DialogError
Description:
[ CCode ( cprefix = "GTK_DIALOG_ERROR_" , type_id = "gtk_dialog_error_get_type ()" ) ]
[ Version ( since = "4.10" ) ]
public errordomain DialogError
Error codes in the `GTK_DIALOG_ERROR` domain that can be returned by async dialog functions.
Content:
Error codes:
- 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
Static methods:
- public static Quark quark ()