summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2009-02-02 20:41:30 +0000
committerDan Winship <danw@src.gnome.org>2009-02-02 20:41:30 +0000
commitf9d18289df50efa1488747c06720c80610e0b4bc (patch)
tree4c06e657546287feace40d8f39762e97c9ed05ec /ChangeLog
parente165360bf91fbd34507e84cffc9283b8b171401b (diff)
downloadgobject-introspection-f9d18289df50efa1488747c06720c80610e0b4bc.tar.gz
handle the special case for GObject, whose glib:get-type is listed as
* girepository/ginfo.c (g_registered_type_info_get_g_type): handle the special case for GObject, whose glib:get-type is listed as "intern". svn path=/trunk/; revision=1080
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3565473f..47445560 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-02-02 Dan Winship <danw@gnome.org>
+
+ * girepository/ginfo.c (g_registered_type_info_get_g_type): handle
+ the special case for GObject, whose glib:get-type is listed as
+ "intern".
+
2009-02-02 Andreas Rottmann <a.rottmann@gmx.at>
Bug 569408 – Scanner doesn't handle arbitrary typedefs correctly