summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.h
diff options
context:
space:
mode:
authorVadim Rutkovsky <vrutkovs@redhat.com>2013-01-11 12:17:53 +0100
committerMartin Pitt <martinpitt@gnome.org>2013-01-11 15:31:15 +0100
commit63c9759e17ef5ac71c50d5ac91289714db19b587 (patch)
tree49db9a08bc50c7a535110d1e3e54d08bf3e6a0ff /tests/gimarshallingtests.h
parentee36c78b0c11763a69203e8ef14d74543698473a (diff)
downloadgobject-introspection-63c9759e17ef5ac71c50d5ac91289714db19b587.tar.gz
gimarshallingtests: Add string_ to boxed structure
Co-Authored-By: Martin Pitt <martinpitt@gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=678401
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r--tests/gimarshallingtests.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index 03d165b9..6ac212e7 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -656,6 +656,7 @@ void gi_marshalling_tests_pointer_struct_inv (GIMarshallingTestsPointerStruct *s
struct _GIMarshallingTestsBoxedStruct {
glong long_;
+ gchar *string_;
GStrv g_strv;
};
@@ -968,7 +969,7 @@ typedef struct _GIMarshallingTestsInterface3Iface GIMarshallingTestsInterface3If
struct _GIMarshallingTestsInterface3Iface {
GTypeInterface base_iface;
-
+
/**
* GIMarshallingTestsInterface3::test_variant_array_in:
* @in: (in) (array length=n_in):
@@ -1080,7 +1081,7 @@ struct _GIMarshallingTestsPropertiesObject {
gfloat some_float;
gdouble some_double;
gchar **some_strv;
- GIMarshallingTestsBoxedStruct* some_boxed_struct;
+ GIMarshallingTestsBoxedStruct* some_boxed_struct;
GVariant *some_variant;
};