src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 07:27:28 +0000 (15:27 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 07:27:28 +0000 (15:27 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.bjs
src/Builder4/Editor.vala

index 3479e6e..95da32b 100644 (file)
@@ -87,7 +87,7 @@
          "* pack" : "set_buffer",
          "xtype" : "SourceBuffer",
          "bool check_running" : false,
-         "| void highlightErrorsJson" : "() {\n\n}\n",
+         "| void highlightErrorsJson" : "(Json.Object obj) {\n\n\n\n\n}\n",
          "$ xns" : "Gtk"
         }
        ]
index 698ce9c..57fe766 100644 (file)
@@ -479,7 +479,10 @@ public class Editor : Object
              
             return true; // at present allow saving - even if it's invalid..
         }
-        public void highlightErrorsJson () {
+        public void highlightErrorsJson (Json.Object obj) {
+        
+        
+        
         
         }
     }