[19538] | 1 | |
---|
| 2 | #ifndef __html_g_cclosure_marshal_MARSHAL_H__ |
---|
| 3 | #define __html_g_cclosure_marshal_MARSHAL_H__ |
---|
| 4 | |
---|
| 5 | #include <glib-object.h> |
---|
| 6 | |
---|
| 7 | G_BEGIN_DECLS |
---|
| 8 | |
---|
| 9 | /* BOOL:OBJECT (htmlclosures.list:1) */ |
---|
| 10 | extern void html_g_cclosure_marshal_BOOLEAN__OBJECT (GClosure *closure, |
---|
| 11 | GValue *return_value, |
---|
| 12 | guint n_param_values, |
---|
| 13 | const GValue *param_values, |
---|
| 14 | gpointer invocation_hint, |
---|
| 15 | gpointer marshal_data); |
---|
| 16 | #define html_g_cclosure_marshal_BOOL__OBJECT html_g_cclosure_marshal_BOOLEAN__OBJECT |
---|
| 17 | |
---|
| 18 | /* VOID:STRING,POINTER (htmlclosures.list:2) */ |
---|
| 19 | extern void html_g_cclosure_marshal_VOID__STRING_POINTER (GClosure *closure, |
---|
| 20 | GValue *return_value, |
---|
| 21 | guint n_param_values, |
---|
| 22 | const GValue *param_values, |
---|
| 23 | gpointer invocation_hint, |
---|
| 24 | gpointer marshal_data); |
---|
| 25 | |
---|
| 26 | /* VOID:POINTER,INT (htmlclosures.list:3) */ |
---|
| 27 | extern void html_g_cclosure_marshal_VOID__POINTER_INT (GClosure *closure, |
---|
| 28 | GValue *return_value, |
---|
| 29 | guint n_param_values, |
---|
| 30 | const GValue *param_values, |
---|
| 31 | gpointer invocation_hint, |
---|
| 32 | gpointer marshal_data); |
---|
| 33 | |
---|
| 34 | /* VOID:STRING,STRING,STRING (htmlclosures.list:4) */ |
---|
| 35 | extern void html_g_cclosure_marshal_VOID__STRING_STRING_STRING (GClosure *closure, |
---|
| 36 | GValue *return_value, |
---|
| 37 | guint n_param_values, |
---|
| 38 | const GValue *param_values, |
---|
| 39 | gpointer invocation_hint, |
---|
| 40 | gpointer marshal_data); |
---|
| 41 | |
---|
| 42 | /* VOID:INT,INT,FLOAT (htmlclosures.list:5) */ |
---|
| 43 | extern void html_g_cclosure_marshal_VOID__INT_INT_FLOAT (GClosure *closure, |
---|
| 44 | GValue *return_value, |
---|
| 45 | guint n_param_values, |
---|
| 46 | const GValue *param_values, |
---|
| 47 | gpointer invocation_hint, |
---|
| 48 | gpointer marshal_data); |
---|
| 49 | |
---|
| 50 | /* VOID:ENUM,ENUM,FLOAT (htmlclosures.list:6) */ |
---|
| 51 | extern void html_g_cclosure_marshal_VOID__ENUM_ENUM_FLOAT (GClosure *closure, |
---|
| 52 | GValue *return_value, |
---|
| 53 | guint n_param_values, |
---|
| 54 | const GValue *param_values, |
---|
| 55 | gpointer invocation_hint, |
---|
| 56 | gpointer marshal_data); |
---|
| 57 | |
---|
| 58 | /* VOID:INT,INT (htmlclosures.list:7) */ |
---|
| 59 | extern void html_g_cclosure_marshal_VOID__INT_INT (GClosure *closure, |
---|
| 60 | GValue *return_value, |
---|
| 61 | guint n_param_values, |
---|
| 62 | const GValue *param_values, |
---|
| 63 | gpointer invocation_hint, |
---|
| 64 | gpointer marshal_data); |
---|
| 65 | |
---|
| 66 | /* VOID:ENUM,ENUM (htmlclosures.list:8) */ |
---|
| 67 | extern void html_g_cclosure_marshal_VOID__ENUM_ENUM (GClosure *closure, |
---|
| 68 | GValue *return_value, |
---|
| 69 | guint n_param_values, |
---|
| 70 | const GValue *param_values, |
---|
| 71 | gpointer invocation_hint, |
---|
| 72 | gpointer marshal_data); |
---|
| 73 | |
---|
[21115] | 74 | /* VOID:POINTER,BOOL,BOOL,BOOL (htmlclosures.list:9) */ |
---|
| 75 | extern void html_g_cclosure_marshal_VOID__POINTER_BOOLEAN_BOOLEAN_BOOLEAN (GClosure *closure, |
---|
| 76 | GValue *return_value, |
---|
| 77 | guint n_param_values, |
---|
| 78 | const GValue *param_values, |
---|
| 79 | gpointer invocation_hint, |
---|
| 80 | gpointer marshal_data); |
---|
| 81 | #define html_g_cclosure_marshal_VOID__POINTER_BOOL_BOOL_BOOL html_g_cclosure_marshal_VOID__POINTER_BOOLEAN_BOOLEAN_BOOLEAN |
---|
| 82 | |
---|
| 83 | /* POINTER:VOID (htmlclosures.list:10) */ |
---|
| 84 | extern void html_g_cclosure_marshal_POINTER__VOID (GClosure *closure, |
---|
| 85 | GValue *return_value, |
---|
| 86 | guint n_param_values, |
---|
| 87 | const GValue *param_values, |
---|
| 88 | gpointer invocation_hint, |
---|
| 89 | gpointer marshal_data); |
---|
| 90 | |
---|
| 91 | /* VOID:VOID (htmlclosures.list:11) */ |
---|
| 92 | #define html_g_cclosure_marshal_VOID__VOID g_cclosure_marshal_VOID__VOID |
---|
| 93 | |
---|
[19538] | 94 | G_END_DECLS |
---|
| 95 | |
---|
| 96 | #endif /* __html_g_cclosure_marshal_MARSHAL_H__ */ |
---|
| 97 | |
---|