Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gdk/gdk.h>
Go to the source code of this file.
Macros | |
#define | GTK_DIALOG_ERROR (gtk_dialog_error_quark ()) |
Enumerations | |
enum | GtkDialogError { GTK_DIALOG_ERROR_FAILED , GTK_DIALOG_ERROR_CANCELLED , GTK_DIALOG_ERROR_DISMISSED } |
Functions | |
GDK_AVAILABLE_IN_4_10 GQuark | gtk_dialog_error_quark (void) |
#define GTK_DIALOG_ERROR (gtk_dialog_error_quark ()) |
GTK_DIALOG_ERROR:
The error domain for errors returned by async dialog functions.
Since: 4.10
Definition at line 36 of file gtkdialogerror.h.
enum GtkDialogError |
GtkDialogError: @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 GCancellable
@GTK_DIALOG_ERROR_DISMISSED: The operation was cancelled by the user (via a Cancel or Close button)
Error codes in the GTK_DIALOG_ERROR
domain that can be returned by async dialog functions.
Since: 4.10
Enumerator | |
---|---|
GTK_DIALOG_ERROR_FAILED | |
GTK_DIALOG_ERROR_CANCELLED | |
GTK_DIALOG_ERROR_DISMISSED |
Definition at line 52 of file gtkdialogerror.h.
GDK_AVAILABLE_IN_4_10 GQuark gtk_dialog_error_quark | ( | void | ) |