Update contrib.
2 #ifndef __test_marshal_MARSHAL_H__
3 #define __test_marshal_MARSHAL_H__
5 #include <glib-object.h>
9 /* BOOLEAN:INT (./testmarshal.list:2) */
10 extern void test_marshal_BOOLEAN__INT (GClosure *closure,
13 const GValue *param_values,
14 gpointer invocation_hint,
15 gpointer marshal_data);
17 /* STRING:INT (./testmarshal.list:3) */
18 extern void test_marshal_STRING__INT (GClosure *closure,
21 const GValue *param_values,
22 gpointer invocation_hint,
23 gpointer marshal_data);
27 #endif /* __test_marshal_MARSHAL_H__ */