diff options
Diffstat (limited to 'eglib/gmain.h')
| -rw-r--r-- | eglib/gmain.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/eglib/gmain.h b/eglib/gmain.h index 9d2418ef..cafc2353 100644 --- a/eglib/gmain.h +++ b/eglib/gmain.h @@ -119,6 +119,7 @@ typedef struct {  	gchar       *message;  } GError; +GError* g_error_new_literal(GQuark domain, gint code, const gchar *message);  void g_error_free(GError *err);  /* Spawning related functions */  | 
