[gobject-introspection] Make sure we don't mark GInitiallyUnownedClass as disguised
- From: Tomeu Vizoso <tomeuv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Make sure we don't mark GInitiallyUnownedClass as disguised
- Date: Mon, 6 Dec 2010 15:14:07 +0000 (UTC)
commit 22d35e6b914ef9d0277758dcd9c197b5775a1ab9
Author: Tomeu Vizoso <tomeu vizoso collabora co uk>
Date: Mon Dec 6 16:10:02 2010 +0100
Make sure we don't mark GInitiallyUnownedClass as disguised
giscanner/gdumpparser.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/giscanner/gdumpparser.py b/giscanner/gdumpparser.py
index 2f5feb5..39440c6 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]