diff options
Diffstat (limited to 'src/sylpheed-marshal.h')
| -rw-r--r-- | src/sylpheed-marshal.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/sylpheed-marshal.h b/src/sylpheed-marshal.h new file mode 100644 index 0000000..36edaf4 --- /dev/null +++ b/src/sylpheed-marshal.h | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | |||
| 2 | #ifndef __sylpheed_marshal_MARSHAL_H__ | ||
| 3 | #define __sylpheed_marshal_MARSHAL_H__ | ||
| 4 | |||
| 5 | #include <glib-object.h> | ||
| 6 | |||
| 7 | G_BEGIN_DECLS | ||
| 8 | |||
| 9 | /* VOID:POINTER (sylpheed-marshal.list:1) */ | ||
| 10 | #define sylpheed_marshal_VOID__POINTER g_cclosure_marshal_VOID__POINTER | ||
| 11 | |||
| 12 | /* VOID:INT,POINTER (sylpheed-marshal.list:2) */ | ||
| 13 | extern void sylpheed_marshal_VOID__INT_POINTER (GClosure *closure, | ||
| 14 | GValue *return_value, | ||
| 15 | guint n_param_values, | ||
| 16 | const GValue *param_values, | ||
| 17 | gpointer invocation_hint, | ||
| 18 | gpointer marshal_data); | ||
| 19 | |||
| 20 | G_END_DECLS | ||
| 21 | |||
| 22 | #endif /* __sylpheed_marshal_MARSHAL_H__ */ | ||
| 23 | |||
