tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 10:17:03 +0000 (18:17 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 10:17:03 +0000 (18:17 +0800)
tools/build_gtk_tree.js

index 0ded2a1..736570f 100644 (file)
@@ -48,7 +48,7 @@ function BuildLists () {
     
  
 
-    var ns_list = [ 'Gtk' , 'Webkit', ] ; //NameSpace.namespaces();
+    var ns_list = [ 'Gtk' , 'Gdk', 'Pango', 'GtkSource', 'Webkit', 'Vte'] ; //NameSpace.namespaces();
      
     ns_list = ns_list.sort();
     // let's try and load them, so we find out early what will fail.