From 22d35e6b914ef9d0277758dcd9c197b5775a1ab9 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 6 Dec 2010 16:10:02 +0100 Subject: Make sure we don't mark GInitiallyUnownedClass as disguised --- giscanner/gdumpparser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/giscanner/gdumpparser.py b/giscanner/gdumpparser.py index 2f5feb50..39440c60 100644 --- a/giscanner/gdumpparser.py +++ b/giscanner/gdumpparser.py @@ -235,6 +235,7 @@ blob containing data gleaned from GObject's primitive introspection.""" self._create_gobject(record) elif record.name == 'InitiallyUnownedClass': record.fields = self._namespace.get('ObjectClass').fields + record.disguised = False # Introspection over the data we get from the dynamic # GObject/GType system out of the binary -- cgit v1.2.1