summaryrefslogtreecommitdiff
path: root/tests/scanner/drawable.h
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2008-10-12 15:39:58 +0000
committerJürg Billeter <juergbi@src.gnome.org>2008-10-12 15:39:58 +0000
commit34098ad8b5dcb5f76b092c594798e804c60b2fb6 (patch)
treeea8444571f23d376edc6b6f69b7b9d1ccc9c08ad /tests/scanner/drawable.h
parent2b7f74068d6ed8aad801d8c6a410554daa7af36c (diff)
downloadgobject-introspection-34098ad8b5dcb5f76b092c594798e804c60b2fb6.tar.gz
Readd class records as workaround to not break Gtk typelib
2008-10-12 Jürg Billeter <j@bitron.ch> * giscanner/glibtransformer.py: * tests/scanner/annotation-1.0-expected.gir: * tests/scanner/drawable-1.0-expected.gir: * tests/scanner/drawable.h: * tests/scanner/foo-1.0-expected.gir: * tests/scanner/utility-1.0-expected.gir: Readd class records as workaround to not break Gtk typelib svn path=/trunk/; revision=681
Diffstat (limited to 'tests/scanner/drawable.h')
-rw-r--r--tests/scanner/drawable.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/scanner/drawable.h b/tests/scanner/drawable.h
index bebab51c..dac51fbc 100644
--- a/tests/scanner/drawable.h
+++ b/tests/scanner/drawable.h
@@ -20,4 +20,9 @@ GType test_drawable_get_type (void) G_GNUC_CONST;
void test_drawable_do_foo (TestDrawable *drawable, int x);
+struct _TestPixmapObjectClass
+{
+ TestDrawableClass parent_class;
+};
+
#endif /* __TEST_DRAWABLE_H__ */