diff options
author | Dan Winship <danw@src.gnome.org> | 2009-02-02 20:41:30 +0000 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2009-02-02 20:41:30 +0000 |
commit | f9d18289df50efa1488747c06720c80610e0b4bc (patch) | |
tree | 4c06e657546287feace40d8f39762e97c9ed05ec /ChangeLog | |
parent | e165360bf91fbd34507e84cffc9283b8b171401b (diff) | |
download | gobject-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |