tests/GirTest.vala
authorAlan Knowles <alan@roojs.com>
Mon, 3 Nov 2014 08:55:16 +0000 (16:55 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 3 Nov 2014 08:55:16 +0000 (16:55 +0800)
tests/GirTest.vala

index 8ffa58e..372c2af 100644 (file)
@@ -5,6 +5,12 @@ int main (string[] args) {
 
        // test the gir location code..
 
+       context = new Vala.CodeContext ();
+       Vala.CodeContext.push (context);
+
+        
+
+       print(context.get_vapi_path("glib-2.0"));
        
        //GtkClutter.init (ref args);
        new JsRender.Lang_Class();