Bug 562545 – Add function taking / returning GValue
[gnome.gobject-introspection] / tests / everything / everything.h
index 76f76fe..61a6b7d 100644 (file)
@@ -70,6 +70,10 @@ void test_gslist_free (GSList *in);
 int test_closure (GClosure *closure);
 int test_closure_one_arg (GClosure *closure, int arg);
 
+/* value */
+int test_int_value_arg(const GValue *v);
+const GValue *test_value_return(int i);
+
 /* enums / flags */
 
 typedef enum