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

index be335d4..4f2709e 100644 (file)
@@ -283,7 +283,7 @@ function BuildLists () {
         if (parent == 'Gtk.Bin' || methods['Gtk.Bin'].extendsClasses.indexOf(parent) > -1) {
             return false;
         }
-        if (['GtkSource.CompletionInfo', 'Gtk.MenuShell'].indexOf(parent) > -1) {
+        if (['GtkSource.CompletionInfo', 'Gtk.MenuShell', 'GtkClutter.Embed'].indexOf(parent) > -1) {
              return false;
         }