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

index e11132c..960aefd 100644 (file)
@@ -323,7 +323,7 @@ namespace Palete {
                        // dump the tree for Gtk?
                        
                        
-                       print("%s\n", Gir.cache.get("Gtk").asJSONString());
+                       
                        print("ALL OK?\n");
                 
                }
@@ -335,7 +335,9 @@ namespace Palete {
 }
  
 int main (string[] args) {
-
+       
+       print("%s\n", Gir.cache.get("Gtk").asJSONString());
+       
        var a = new Palete.VapiParser( );
        a.create_valac_tree();
        return 0;