glib/tsrc/glib_nonstif/tests/gobject/testmarshal.h
branchRCL_3
changeset 57 2efc27d87e1c
parent 0 e4d67989cc36
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/glib/tsrc/glib_nonstif/tests/gobject/testmarshal.h	Wed Sep 01 12:36:54 2010 +0100
@@ -0,0 +1,28 @@
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. */
+#ifndef __test_marshal_MARSHAL_H__
+#define __test_marshal_MARSHAL_H__
+
+#include	<glib-object.h>
+
+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__ */
+