summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.h
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-11-14 07:27:50 +0100
committerMartin Pitt <martinpitt@gnome.org>2012-11-14 07:40:01 +0100
commit91d5c783c9bf73e94c1ad050bd8ef1e260d2291c (patch)
tree3d2de28341543292be2073d9c68e50ebd551d5ca /tests/gimarshallingtests.h
parentabc95859d05edc9d167ef967652327091422b682 (diff)
downloadgobject-introspection-91d5c783c9bf73e94c1ad050bd8ef1e260d2291c.tar.gz
GIMarshallingTests: Add GVariant property
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 6cbefb08..0e240773 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -1045,6 +1045,7 @@ struct _GIMarshallingTestsPropertiesObject {
gdouble some_double;
gchar **some_strv;
GIMarshallingTestsBoxedStruct* some_boxed_struct;
+ GVariant *some_variant;
};
struct _GIMarshallingTestsPropertiesObjectClass {