resources/RooUsage.txt
[app.Builder.js] / tests / GirTest.vala
index 8c4d7f4..76e1a34 100644 (file)
@@ -1,6 +1,14 @@
 
 int main (string[] args) {
        Gtk.init (ref args);
+
+
+       // test the gir location code..
+
+       var context = new Vala.CodeContext ();
+        
+       print(context.get_vapi_path("glib-2.0"));
+       
        //GtkClutter.init (ref args);
        new JsRender.Lang_Class();
        GLib.Log.set_always_fatal(LogLevelFlags.LEVEL_ERROR | LogLevelFlags.LEVEL_CRITICAL);
@@ -20,7 +28,7 @@ int main (string[] args) {
        
        print(generator.to_data(null));
 
-
+       /*
        test = Palete.Gir.factoryFqn(test.fqtype());
        
        n = new Json.Node(Json.NodeType.OBJECT);
@@ -29,7 +37,7 @@ int main (string[] args) {
        
        print(generator.to_data(null));
 
-       
+       */
         
        return 0;
 }