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/plugin-marshal.h | |
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'src/plugin-marshal.h')
| -rw-r--r-- | src/plugin-marshal.h | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/src/plugin-marshal.h b/src/plugin-marshal.h new file mode 100644 index 0000000..d6966a1 --- /dev/null +++ b/src/plugin-marshal.h | |||
| @@ -0,0 +1,58 @@ | |||
| 1 | |||
| 2 | #ifndef __syl_plugin_marshal_MARSHAL_H__ | ||
| 3 | #define __syl_plugin_marshal_MARSHAL_H__ | ||
| 4 | |||
| 5 | #include <glib-object.h> | ||
| 6 | |||
| 7 | G_BEGIN_DECLS | ||
| 8 | |||
| 9 | /* VOID:POINTER (plugin-marshal.list:1) */ | ||
| 10 | #define syl_plugin_marshal_VOID__POINTER g_cclosure_marshal_VOID__POINTER | ||
| 11 | |||
| 12 | /* VOID:POINTER,POINTER (plugin-marshal.list:2) */ | ||
| 13 | extern void syl_plugin_marshal_VOID__POINTER_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 | /* VOID:POINTER,POINTER,STRING,STRING,POINTER (plugin-marshal.list:3) */ | ||
| 21 | extern void syl_plugin_marshal_VOID__POINTER_POINTER_STRING_STRING_POINTER (GClosure *closure, | ||
| 22 | GValue *return_value, | ||
| 23 | guint n_param_values, | ||
| 24 | const GValue *param_values, | ||
| 25 | gpointer invocation_hint, | ||
| 26 | gpointer marshal_data); | ||
| 27 | |||
| 28 | /* BOOLEAN:POINTER,INT,INT,STRING,POINTER (plugin-marshal.list:4) */ | ||
| 29 | extern void syl_plugin_marshal_BOOLEAN__POINTER_INT_INT_STRING_POINTER (GClosure *closure, | ||
| 30 | GValue *return_value, | ||
| 31 | guint n_param_values, | ||
| 32 | const GValue *param_values, | ||
| 33 | gpointer invocation_hint, | ||
| 34 | gpointer marshal_data); | ||
| 35 | |||
| 36 | /* VOID:POINTER,POINTER,BOOLEAN (plugin-marshal.list:5) */ | ||
| 37 | extern void syl_plugin_marshal_VOID__POINTER_POINTER_BOOLEAN (GClosure *closure, | ||
| 38 | GValue *return_value, | ||
| 39 | guint n_param_values, | ||
| 40 | const GValue *param_values, | ||
| 41 | gpointer invocation_hint, | ||
| 42 | gpointer marshal_data); | ||
| 43 | |||
| 44 | /* VOID:INT (plugin-marshal.list:6) */ | ||
| 45 | #define syl_plugin_marshal_VOID__INT g_cclosure_marshal_VOID__INT | ||
| 46 | |||
| 47 | /* VOID:POINTER,STRING,STRING,POINTER (plugin-marshal.list:7) */ | ||
| 48 | extern void syl_plugin_marshal_VOID__POINTER_STRING_STRING_POINTER (GClosure *closure, | ||
| 49 | GValue *return_value, | ||
| 50 | guint n_param_values, | ||
| 51 | const GValue *param_values, | ||
| 52 | gpointer invocation_hint, | ||
| 53 | gpointer marshal_data); | ||
| 54 | |||
| 55 | G_END_DECLS | ||
| 56 | |||
| 57 | #endif /* __syl_plugin_marshal_MARSHAL_H__ */ | ||
| 58 | |||
