Allow for methods in GLib
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Wed, 9 Jun 2010 08:26:26 +0000 (10:26 +0200)
committerJohan Dahlin <johan@gnome.org>
Wed, 9 Jun 2010 11:38:04 +0000 (08:38 -0300)
commit1175ebe5d84bec58acc082c3077af138cad1f54e
treeaaaa9b44b997938788e84d26bea63d14fc9d1b90
parent00f5d36cd2aff9d1264841ee02e132aa03f1407c
Allow for methods in GLib

* girepository/gitypelib.c: Don't complain about constructors
  returning types other than objects or interfaces if the container
  type isn't an object or interface itself.

* giscanner/glibtransformer.py: Don't give up parsing a method just
  because it's in the GLib namespace.

https://bugzilla.gnome.org/show_bug.cgi?id=621069
girepository/gitypelib.c
giscanner/glibtransformer.py