Palete/Gtk.js
authorAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 11:55:36 +0000 (19:55 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 11:55:36 +0000 (19:55 +0800)
Palete/Gtk.js

index 60a8795..30d3cac 100644 (file)
@@ -288,6 +288,8 @@ Gtk = XObject.define(
                 print(ename +": ADD method: " + n_original );
                 var flags = GIRepository.property_info_get_flags(prop);
                 
+                print( flags);
+                print( GIRepository.FunctionInfoFlags.IS_CONSTRUCTOR );
                 if (flags & GIRepository.FunctionInfoFlags.IS_CONSTRUCTOR) {
                     var add = {
                         name :  n_original.replace(/\-/g, '_'),