[gobject-introspection] major: Fix parent for GInitiallyUnowned
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] major: Fix parent for GInitiallyUnowned
- Date: Tue, 31 Aug 2010 20:07:13 +0000 (UTC)
commit 9c0ed701aa1961efe931fbded530cacffe036491
Author: Colin Walters <walters verbum org>
Date: Tue Aug 24 17:31:22 2010 -0400
major: Fix parent for GInitiallyUnowned
giscanner/gdumpparser.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/gdumpparser.py b/giscanner/gdumpparser.py
index ce27072..30f9d6a 100644
--- a/giscanner/gdumpparser.py
+++ b/giscanner/gdumpparser.py
@@ -168,7 +168,7 @@ blob containing data gleaned from GObject's primitive introspection."""
parent_gitype = None
symbol = 'intern'
elif type_name == 'GInitiallyUnowned':
- parent_gitype = ast.Type(target_giname='GLib.Object')
+ parent_gitype = ast.Type(target_giname='GObject.Object')
symbol = 'g_initially_unowned_get_type'
else:
assert False
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]