summaryrefslogtreecommitdiff
path: root/tests/scanner/foo.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/foo.h')
-rw-r--r--tests/scanner/foo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/scanner/foo.h b/tests/scanner/foo.h
index fd9d3590..b51d0c88 100644
--- a/tests/scanner/foo.h
+++ b/tests/scanner/foo.h
@@ -55,6 +55,8 @@ void foo_sub_interface_do_bar (FooSubInterface *self);
struct _FooObject
{
GObject parent_instance;
+
+ int some_int;
};
struct _FooObjectClass