resources/RooUsage.txt
[app.Builder.js] / tests / GirTest.vala
index 4ed7ea6..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);