Enumeration
GtkDialogError
since: 4.10
Description [src]
Error codes in the GTK_DIALOG_ERROR domain that can be returned
by async dialog functions.
Available since: 4.10
Members
| Name | Description | 
|---|---|
| GTK_DIALOG_ERROR_FAILED | Generic error condition for when an operation fails and no more specific code is applicable. | 
| GTK_DIALOG_ERROR_CANCELLED | The async function call was cancelled
  via its  | 
| GTK_DIALOG_ERROR_DISMISSED | The operation was cancelled by the user (via a Cancel or Close button) |