1 /* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ 2 #ifndef __CLAWS_MARSHAL_MARSHAL_H__ 3 #define __CLAWS_MARSHAL_MARSHAL_H__ 4 5 #include <glib-object.h> 6 7 G_BEGIN_DECLS 8 9 /* VOID:POINTER (claws-marshal.list:1) */ 10 #define claws_marshal_VOID__POINTER g_cclosure_marshal_VOID__POINTER 11 12 /* VOID:INT,POINTER (claws-marshal.list:2) */ 13 extern 14 void claws_marshal_VOID__INT_POINTER (GClosure *closure, 15 GValue *return_value, 16 guint n_param_values, 17 const GValue *param_values, 18 gpointer invocation_hint, 19 gpointer marshal_data); 20 21 /* VOID:OBJECT,OBJECT (claws-marshal.list:3) */ 22 extern 23 void claws_marshal_VOID__OBJECT_OBJECT (GClosure *closure, 24 GValue *return_value, 25 guint n_param_values, 26 const GValue *param_values, 27 gpointer invocation_hint, 28 gpointer marshal_data); 29 30 /* VOID:INT,INT,BOXED (claws-marshal.list:4) */ 31 extern 32 void claws_marshal_VOID__INT_INT_BOXED (GClosure *closure, 33 GValue *return_value, 34 guint n_param_values, 35 const GValue *param_values, 36 gpointer invocation_hint, 37 gpointer marshal_data); 38 39 /* VOID:INT,INT (claws-marshal.list:5) */ 40 extern 41 void claws_marshal_VOID__INT_INT (GClosure *closure, 42 GValue *return_value, 43 guint n_param_values, 44 const GValue *param_values, 45 gpointer invocation_hint, 46 gpointer marshal_data); 47 48 /* VOID:INT (claws-marshal.list:6) */ 49 #define claws_marshal_VOID__INT g_cclosure_marshal_VOID__INT 50 51 /* VOID:VOID (claws-marshal.list:7) */ 52 #define claws_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID 53 54 /* VOID:VOID,VOID (claws-marshal.list:8) */ 55 extern 56 void claws_marshal_VOID__VOID_VOID (GClosure *closure, 57 GValue *return_value, 58 guint n_param_values, 59 const GValue *param_values, 60 gpointer invocation_hint, 61 gpointer marshal_data); 62 63 /* VOID:ENUM,FLOAT,BOOLEAN (claws-marshal.list:9) */ 64 extern 65 void claws_marshal_VOID__ENUM_FLOAT_BOOLEAN (GClosure *closure, 66 GValue *return_value, 67 guint n_param_values, 68 const GValue *param_values, 69 gpointer invocation_hint, 70 gpointer marshal_data); 71 72 /* VOID:ENUM,FLOAT (claws-marshal.list:10) */ 73 extern 74 void claws_marshal_VOID__ENUM_FLOAT (GClosure *closure, 75 GValue *return_value, 76 guint n_param_values, 77 const GValue *param_values, 78 gpointer invocation_hint, 79 gpointer marshal_data); 80 81 /* VOID:POINTER,INT (claws-marshal.list:11) */ 82 extern 83 void claws_marshal_VOID__POINTER_INT (GClosure *closure, 84 GValue *return_value, 85 guint n_param_values, 86 const GValue *param_values, 87 gpointer invocation_hint, 88 gpointer marshal_data); 89 90 /* VOID:POINTER,POINTER,POINTER (claws-marshal.list:12) */ 91 extern 92 void claws_marshal_VOID__POINTER_POINTER_POINTER (GClosure *closure, 93 GValue *return_value, 94 guint n_param_values, 95 const GValue *param_values, 96 gpointer invocation_hint, 97 gpointer marshal_data); 98 99 /* VOID:ENUM (claws-marshal.list:13) */ 100 #define claws_marshal_VOID__ENUM g_cclosure_marshal_VOID__ENUM 101 102 103 G_END_DECLS 104 105 #endif /* __CLAWS_MARSHAL_MARSHAL_H__ */ 106