Palete/Gtk.js
authorAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 12:02:18 +0000 (20:02 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 12:02:18 +0000 (20:02 +0800)
Palete/Gtk.js

index de0d54c..8ddb642 100644 (file)
@@ -383,7 +383,7 @@ Gtk = XObject.define(
             for(var a_i  =0; a_i   < GIRepository.callable_info_get_n_args(sig); a_i++) {
                 var arg = GIRepository.callable_info_get_arg(sig, a_i);
                 print(arg.get_name());
-                
+                print(arg.get_type());
                 meth.params.push({
                     name  : arg.get_name(),
                     type : this.typeToName(arg.get_type(), true)