[libgnomekbd] A test of introspection for the status icon



commit 3e7cc438db7c66aa54b2bf92497d06774b8cdbb1
Author: Sergey V. Udaltsov <svu gnome org>
Date:   Sat Dec 25 23:47:46 2010 +0000

    A test of introspection for the status icon

 test/test.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/test/test.js b/test/test.js
new file mode 100644
index 0000000..f48f079
--- /dev/null
+++ b/test/test.js
@@ -0,0 +1,6 @@
+const Gkbd = imports.gi.Gkbd;
+const Gtk = imports.gi.Gtk;
+
+Gtk.init(0, null);
+const status = new Gkbd.Status();
+Gtk.main();



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