summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.h
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-06-05 11:48:15 +0200
committerMartin Pitt <martinpitt@gnome.org>2012-06-05 11:48:47 +0200
commit5b8f63cb767424008a0549a28177574eb7538be9 (patch)
treeae58ce1ab4be3b6a7c7779ac90b781219bf94441 /tests/gimarshallingtests.h
parentbb83f34bebdd3581a01f521f8e6fda5a724ae0de (diff)
downloadgobject-introspection-5b8f63cb767424008a0549a28177574eb7538be9.tar.gz
tests: Add marshalling test for a boxed struct property
Also make the _copy()/_free() methods for GIMarshallingTestsBoxedStruct get along with NULL values. https://bugzilla.gnome.org/show_bug.cgi?id=676603
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r--tests/gimarshallingtests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index 7300b2ad..b687943d 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -1005,6 +1005,7 @@ struct _GIMarshallingTestsPropertiesObject {
gfloat some_float;
gdouble some_double;
gchar **some_strv;
+ GIMarshallingTestsBoxedStruct* some_boxed_struct;
};
struct _GIMarshallingTestsPropertiesObjectClass {