tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 03:52:20 +0000 (11:52 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 03:52:20 +0000 (11:52 +0800)
tools/build_gtk_tree.js

index 8d345b1..f453954 100644 (file)
@@ -282,7 +282,9 @@ function BuildLists () {
         if (parent == 'Gtk.Bin' || methods['Gtk.Bin'].extendsClasses.indexOf(parent) > -1) {
             return false;
         }
-        
+        if (parent == 'GtkSource.CompletionInfo') {
+             return false;
+        }
         print("TRY ctor:  " + parent );
 
         var x = new imports.gi.Gtk[cls]();