From: Alan Knowles Date: Mon, 3 Nov 2014 08:55:16 +0000 (+0800) Subject: tests/GirTest.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=77017d6d9b6713ec1ea3e59b0149daced8376275 tests/GirTest.vala --- diff --git a/tests/GirTest.vala b/tests/GirTest.vala index 8ffa58ea5..372c2af64 100644 --- a/tests/GirTest.vala +++ b/tests/GirTest.vala @@ -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();