tools/build_gtk_tree.js
[app.Builder.js] / 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;
         }