diff options
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index 7c0abe9da9..e636a0fbbf 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -277,7 +277,9 @@ void e_marshal_NONE__DOUBLE (GtkO GtkSignalFunc func, gpointer func_data, GtkArg *args); -void e_marshal_BOOL__STRING (GtkObject *object, + +#define e_marshal_BOOL__STRING_ENUM e_marshal_BOOL__STRING_INT +void e_marshal_BOOL__STRING_INT (GtkObject *object, GtkSignalFunc func, gpointer func_data, GtkArg *args); |