Palete/Gtk.js
authorAlan Knowles <alan@roojs.com>
Tue, 20 May 2014 13:45:31 +0000 (21:45 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 May 2014 13:45:31 +0000 (21:45 +0800)
Palete/Gtk.js

index c672e3a..5af9a8e 100644 (file)
@@ -246,6 +246,7 @@ Gtk = XObject.define(
                 
                 
                 var ty = this.typeToName(GIRepository.property_info_get_type(prop));
+                var flags = GIRepository.property_info_get_flags(prop);
                 print (n_original +":"+ ty);
                 if (ty === false) {
                     continue;