From: Juerg Billeter Date: Wed, 28 May 2008 16:14:12 +0000 (+0000) Subject: fix GTypeModule binding X-Git-Tag: VALA_0_3_3~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2bf260a8ddf9ed2139b47c9c9e653d9c8a1a7a1;p=thirdparty%2Fvala.git fix GTypeModule binding 2008-05-28 Juerg Billeter * vapi/glib-2.0.vapi: fix GTypeModule binding svn path=/trunk/; revision=1462 --- diff --git a/ChangeLog b/ChangeLog index e31452bcf..7301ba64d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-05-28 Jürg Billeter + + * vapi/glib-2.0.vapi: fix GTypeModule binding + 2008-05-28 Jürg Billeter * vala/valaexpression.vala: diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 8be6b8677..c5c9f29d3 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -717,8 +717,7 @@ namespace GLib { public interface TypePlugin { } - [Compact] - public class TypeModule : TypePlugin { + public class TypeModule : Object, TypePlugin { public bool use (); public void unuse (); public void set_name (string name);