[gnode] test: Try to run GTK+



commit 7cb9312b5db864e8c763a60821e7cafdb93297be
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Oct 14 10:21:46 2014 -0700

    test: Try to run GTK+
    
    It fails right now due to the lack of support for inout values.

 test.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/test.js b/test.js
index 57ff549..3608a07 100644
--- a/test.js
+++ b/test.js
@@ -10,3 +10,7 @@ var obj = client.query_by_device_file("/dev/dri/card0");
 console.log(obj.get_name());
 
 console.log(GLib.test_override());
+
+const Gtk = GNode.importNS("Gtk");
+Gtk.init(0, null);
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]