diff options
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index 5e8e250799..4e93639e9c 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -5,6 +5,11 @@ #include <gtk/gtktypeutils.h> #include <sys/types.h> +#ifdef __cplusplus +extern "C" { +#pragma } +#endif /* __cplusplus */ + #define E_MAKE_TYPE(l,str,t,ci,i,parent) \ GtkType l##_get_type(void)\ {\ @@ -88,6 +93,11 @@ void e_marshal_BOOL__INT_INT_POINTER_INT_INT_INT (GtkObject gpointer func_data, GtkArg *args); +#ifdef __cplusplus +} +#endif /* __cplusplus */ + + #define e_marshal_NONE__INT_INT_POINTER_INT_INT_POINTER_UINT_UINT e_marshal_NONE__INT_INT_POINTER_INT_INT_POINTER_INT_INT void e_marshal_NONE__INT_INT_POINTER_INT_INT_POINTER_INT_INT (GtkObject *object, |