diff options
| author | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
| commit | 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch) | |
| tree | af916a30553c78ce9d4f2d8658656a175c5b6921 /src/sylpheed-marshal.h | |
Initial commit for sylpheed 3.7.0
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 | |||
