NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 05:51:02 +0000 (13:51 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 05:51:02 +0000 (13:51 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 407ad88..d6d557b 100644 (file)
        "bool homogeneous" : false,
        "xtype" : "Box",
        "* pack" : "append_page,_this.label_create_ticket.el",
+       "| void load_data" : "() {\n\n}\n",
        "$ xns" : "Gtk",
-       "| return_type XXXX" : "() {\n\n}\n",
        "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
        "items" : [
         {
index 0e44469..d4b0e09 100644 (file)
@@ -1100,7 +1100,7 @@ public class NewBranch : Object
         }
 
         // user defined functions
-        public return_type XXXX () {
+        public void load_data () {
         
         }
     }