diff options
Diffstat (limited to 'lib/egg/eggmarshalers.h')
-rw-r--r-- | lib/egg/eggmarshalers.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/egg/eggmarshalers.h b/lib/egg/eggmarshalers.h index c375dbc04..af720ee2b 100644 --- a/lib/egg/eggmarshalers.h +++ b/lib/egg/eggmarshalers.h @@ -121,6 +121,22 @@ extern void _egg_marshal_BOOLEAN__OBJECT_STRING_STRING (GClosure *closure, gpointer invocation_hint, gpointer marshal_data); +/* STRING:POINTER (eggmarshalers.list:18) */ +extern void _egg_marshal_STRING__POINTER (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* STRING:STRING,STRING (eggmarshalers.list:19) */ +extern void _egg_marshal_STRING__STRING_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + G_END_DECLS #endif /* ___egg_marshal_MARSHAL_H__ */ |