GError

Main Gtk struct. The GError structure contains information about an error that has occurred. GQuark domain; error domain, e.g. G_FILE_ERROR gint code; error code, e.g. G_FILE_ERROR_NOENT gchar *message; human-readable informative error message

Members

Variables

code
int code;
Undocumented in source.
domain
GQuark domain;
Undocumented in source.
message
char* message;
Undocumented in source.

Meta