summaryrefslogtreecommitdiff
path: root/tests/scanner/regress.h
diff options
context:
space:
mode:
authorBastian Winkler <buz@netbuz.org>2012-04-19 08:01:18 +0200
committerMartin Pitt <martinpitt@gnome.org>2012-04-19 09:12:39 +0200
commit7b8ef1e9b3ae3c616c03c3b8d9571f5dba026923 (patch)
treece74269f5f47fe6e7a4598cf2fbe9d2dc2e25a35 /tests/scanner/regress.h
parent1f8ed9239fcb570611518279a1a24be1ffab0a54 (diff)
downloadgobject-introspection-7b8ef1e9b3ae3c616c03c3b8d9571f5dba026923.tar.gz
tests: Add GType property TestObj:gtype
Needed for https://bugzilla.gnome.org/show_bug.cgi?id=674351 https://bugzilla.gnome.org/show_bug.cgi?id=674366 Signed-off-by: Martin Pitt <martinpitt@gnome.org>
Diffstat (limited to 'tests/scanner/regress.h')
-rw-r--r--tests/scanner/regress.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scanner/regress.h b/tests/scanner/regress.h
index 1740145f..c2a25c13 100644
--- a/tests/scanner/regress.h
+++ b/tests/scanner/regress.h
@@ -353,6 +353,7 @@ struct _RegressTestObj
float some_float;
double some_double;
char* string;
+ GType gtype;
};
struct _RegressTestObjClass