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

index c6a9088..ea3900c 100644 (file)
@@ -19,6 +19,8 @@ namespace Palete {
         public bool is_instance;
         public bool is_array;
         public  string parent;
+        public  string value;
+            
         public Gee.HashMap<string,GirObject> params;
         public GLib.List<string> implements;
         public GLib.List<GirObject> ctors;
@@ -42,6 +44,7 @@ namespace Palete {
             this.classes= new Gee.HashMap<string,GirObject>();
             this.props= new Gee.HashMap<string,GirObject>();
             this.consts = new Gee.HashMap<string,GirObject>();
+            this.signals = new Gee.HashMap<string,GirObject>();
         }
     
     }