diff -r 000000000000 -r bde4ae8d615e os/ossrv/glib/tests/gobject/testmarshal.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/ossrv/glib/tests/gobject/testmarshal.h Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,28 @@ + +#ifndef __test_marshal_MARSHAL_H__ +#define __test_marshal_MARSHAL_H__ + +#include + +G_BEGIN_DECLS + +/* BOOLEAN:INT (./testmarshal.list:2) */ +extern void test_marshal_BOOLEAN__INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* STRING:INT (./testmarshal.list:3) */ +extern void test_marshal_STRING__INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +G_END_DECLS + +#endif /* __test_marshal_MARSHAL_H__ */ +