Add a test function with an out argument and some other after that
[gnome.gobject-introspection] / gir / everything.h
index 8b18903..84e2fe2 100644 (file)
@@ -36,6 +36,9 @@ void test_utf8_out (char **out);
 void test_utf8_inout (char **inout);
 GSList *test_filename_return (void);
 
+/* in arguments after out arguments */
+void test_int_out_utf8 (int *length, const char *in);
+
 /* multiple output arguments */
 void test_multi_double_args (gdouble in, gdouble *one, gdouble *two);
 void test_utf8_out_out (char **out0, char **out1);