1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/glib/tests/gobject/testmarshal.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,28 @@
1.4 +
1.5 +#ifndef __test_marshal_MARSHAL_H__
1.6 +#define __test_marshal_MARSHAL_H__
1.7 +
1.8 +#include <glib-object.h>
1.9 +
1.10 +G_BEGIN_DECLS
1.11 +
1.12 +/* BOOLEAN:INT (./testmarshal.list:2) */
1.13 +extern void test_marshal_BOOLEAN__INT (GClosure *closure,
1.14 + GValue *return_value,
1.15 + guint n_param_values,
1.16 + const GValue *param_values,
1.17 + gpointer invocation_hint,
1.18 + gpointer marshal_data);
1.19 +
1.20 +/* STRING:INT (./testmarshal.list:3) */
1.21 +extern void test_marshal_STRING__INT (GClosure *closure,
1.22 + GValue *return_value,
1.23 + guint n_param_values,
1.24 + const GValue *param_values,
1.25 + gpointer invocation_hint,
1.26 + gpointer marshal_data);
1.27 +
1.28 +G_END_DECLS
1.29 +
1.30 +#endif /* __test_marshal_MARSHAL_H__ */
1.31 +