summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.h
diff options
context:
space:
mode:
authorMartin Pitt <martinpitt@gnome.org>2012-05-05 14:43:21 -0700
committerMartin Pitt <martinpitt@gnome.org>2012-05-05 14:43:21 -0700
commit39fc1013ba84d885272123e954b2aea27d5117cd (patch)
tree0b1d775b502bfd19cdc6bc9bd7a28abf0e57132d /tests/gimarshallingtests.h
parent66e39f44fc77523f4241bd5b5b87edcfce2d5df6 (diff)
downloadgobject-introspection-39fc1013ba84d885272123e954b2aea27d5117cd.tar.gz
GIMarshallingTests: Add GStrv 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 2d3e1f65..ba688a92 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -996,6 +996,7 @@ struct _GIMarshallingTestsPropertiesObject {
guint64 some_uint64;
gfloat some_float;
gdouble some_double;
+ gchar **some_strv;
};
struct _GIMarshallingTestsPropertiesObjectClass {