Palete/Gir.vala
authorAlan Knowles <alan@roojs.com>
Tue, 3 Jun 2014 15:34:49 +0000 (23:34 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Jun 2014 15:34:49 +0000 (23:34 +0800)
Palete/Gir.vala

index fe13efc..bc9510b 100644 (file)
@@ -41,7 +41,7 @@ namespace Palete {
             this.is_instance = false;
             this.is_varargs = false;
             this.implements = new GLib.List<string>();
-            this.ctors = new GLib.List<GirObject>();
+            this.ctors = new Gee.HashMap<string,GirObject>();
             this.methods =new Gee.HashMap<string,GirObject>();
             this.includes = new Gee.HashMap<string,string>();
             this.classes= new Gee.HashMap<string,GirObject>();