tests/GirTest.vala
authorAlan Knowles <alan@roojs.com>
Thu, 4 Sep 2014 07:20:00 +0000 (15:20 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 4 Sep 2014 07:20:00 +0000 (15:20 +0800)
tests/GirTest.vala

index 68c5857..dd6b6de 100644 (file)
@@ -7,6 +7,7 @@ int main (string[] args) {
 
        var test = Palete.Gir.factoryFqn("Gtk.MessageDialog.flags");
        
+       print ("type %s\n", test.fqtype());
        
        var generator = new Json.Generator ();
        var n = new Json.Node(Json.NodeType.OBJECT);