summaryrefslogtreecommitdiff
path: root/tests/scanner/regress.h
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-08-11 19:46:07 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-08-11 19:46:07 +0200
commit1f5c81048d762f4866137e1e3221d85b9b611d8b (patch)
tree93590a583056bb8504301a6f68eace629d6c30ef /tests/scanner/regress.h
parentc837a1d7dba5388b89d3b1b23139f0d4d2558893 (diff)
downloadgobject-introspection-1f5c81048d762f4866137e1e3221d85b9b611d8b.tar.gz
regress: implement the getter/setter for the new byte-array property.
It was added as part of !25 but without any implementation. This made instantiating TestObject fail which we do in the pygobject test suite.
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 f07d162c..f0885f2b 100644
--- a/tests/scanner/regress.h
+++ b/tests/scanner/regress.h
@@ -780,6 +780,7 @@ struct _RegressTestObj
char* string;
GType gtype;
gint name_conflict;
+ GByteArray *byte_array;
/* < private > */
void (*function_ptr) (void);