Palete/Gir.vala
authorAlan Knowles <alan@roojs.com>
Tue, 3 Jun 2014 13:58:02 +0000 (21:58 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Jun 2014 13:58:02 +0000 (21:58 +0800)
Palete/Gir.vala

index c48d433..6345bdb 100644 (file)
@@ -57,6 +57,7 @@ namespace Palete {
             this.name = n;
             this.implements = new GLib.List<string>();
             this.ctors = new GLib.List<Ctor>();
+            this.methods =new ee.HashMap<string,Method>();
         }
     
     }