summaryrefslogtreecommitdiff
path: root/gir/gimarshallingtests.h
diff options
context:
space:
mode:
Diffstat (limited to 'gir/gimarshallingtests.h')
-rw-r--r--gir/gimarshallingtests.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/gir/gimarshallingtests.h b/gir/gimarshallingtests.h
index b38c9c9c..678ab360 100644
--- a/gir/gimarshallingtests.h
+++ b/gir/gimarshallingtests.h
@@ -497,6 +497,21 @@ void g_i_marshalling_tests__boxed_struct_out (GIMarshallingTestsBoxedStruct **st
void g_i_marshalling_tests__boxed_struct_inout (GIMarshallingTestsBoxedStruct **struct_);
+typedef union {
+ glong long_;
+} GIMarshallingTestsUnion;
+
+GType g_i_marshalling_tests_union_get_type (void) G_GNUC_CONST;
+
+GIMarshallingTestsUnion *g_i_marshalling_tests__union_return (void);
+
+void g_i_marshalling_tests__union_in (GIMarshallingTestsUnion *union_);
+
+void g_i_marshalling_tests__union_out (GIMarshallingTestsUnion **union_);
+
+void g_i_marshalling_tests__union_inout (GIMarshallingTestsUnion **union_);
+
+void g_i_marshalling_tests_union_method (GIMarshallingTestsUnion *union_);
/* Object */