summaryrefslogtreecommitdiff
path: root/tests/gimarshallingtests.h
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2017-03-28 17:50:11 +0200
committerChristoph Reiter <creiter@src.gnome.org>2017-03-28 18:12:14 +0200
commit01018a78de0fe47cb9f4b7f27b3c8c1c20b1693d (patch)
tree95439d7d6f3c476fbac78868c004190a702cfd2f /tests/gimarshallingtests.h
parentd95834ca0e5ccaa00ea2d28129ca8e89d37641f7 (diff)
downloadgobject-introspection-01018a78de0fe47cb9f4b7f27b3c8c1c20b1693d.tar.gz
gimarshallingtests: Add a flags and enum property
These will be used by pygobject in https://bugzilla.gnome.org/show_bug.cgi?id=726484 https://bugzilla.gnome.org/show_bug.cgi?id=780652
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r--tests/gimarshallingtests.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index cd1aac3a..25af019b 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -1972,6 +1972,8 @@ struct _GIMarshallingTestsPropertiesObject {
GList* some_boxed_glist;
GVariant *some_variant;
GObject *some_object;
+ GIMarshallingTestsFlags some_flags;
+ GIMarshallingTestsGEnum some_enum;
};
struct _GIMarshallingTestsPropertiesObjectClass {