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

index 31badb1..5b970bd 100644 (file)
@@ -39,6 +39,7 @@ namespace Palete {
             this.type = "";
             this.is_array = false;
             this.is_instance = false;
+            this.is_varargs = false;
             this.implements = new GLib.List<string>();
             this.ctors = new GLib.List<GirObject>();
             this.methods =new Gee.HashMap<string,GirObject>();