src/Palete/Gir.vala
authorAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 06:39:12 +0000 (14:39 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 May 2015 06:39:12 +0000 (14:39 +0800)
src/Palete/Gir.vala

index fa6df75..3e3dbb9 100644 (file)
@@ -37,9 +37,12 @@ namespace Palete {
                }
        }
     
+    
+    // Gir - is the libvala based version - 
+    
+    
        public class Gir : GirBase {
     
-               public static  Gee.HashMap<string,Gir> cache = null;
                //Gee.Hashmap<string,what> nodes;
                
                public Gir (string ns)
@@ -48,6 +51,7 @@ namespace Palete {
                }
                
                
+               public static  Gee.HashMap<string,Gir> cache = null;
 
                
                public static GirBase?  factory(string ns) {