]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
fix GTypeModule binding
authorJuerg Billeter <j@bitron.ch>
Wed, 28 May 2008 16:14:12 +0000 (16:14 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Wed, 28 May 2008 16:14:12 +0000 (16:14 +0000)
2008-05-28  Juerg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi: fix GTypeModule binding

svn path=/trunk/; revision=1462

ChangeLog
vapi/glib-2.0.vapi

index e31452bcf70bd52e7e16a7ada0e29b40e607d260..7301ba64df533f0cbe2fc922ac79af9824656943 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-28  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/glib-2.0.vapi: fix GTypeModule binding
+
 2008-05-28  Jürg Billeter  <j@bitron.ch>
 
        * vala/valaexpression.vala:
index 8be6b86775e64a84a06df8f7b95e51a13f1b6b01..c5c9f29d345370e1aa7ffddee9b8435f15842911 100644 (file)
@@ -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);