tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 02:38:41 +0000 (10:38 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 10 Aug 2012 02:38:41 +0000 (10:38 +0800)
tools/build_gtk_tree.js

index 6a29954..2c142b1 100644 (file)
@@ -270,7 +270,13 @@ function BuildLists () {
     //print(JSON.stringify(methods,null,4)); Seed.exit();
     // dump out a usage file..
     
-    function verifyUsageMethod(parent,child,method) {
+    function verifyUsageMethod(parent,child,method)
+    {
+        // currently only verifies add on container.
+        if (method !='add') {
+            
+        }
+        
         
     }