From: Alan Knowles Date: Thu, 21 Mar 2019 05:53:46 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=2baaa6470dcda5871ccc060a9cc17fd4dc68fc83 NewBranch.bjs NewBranch.vala --- diff --git a/NewBranch.bjs b/NewBranch.bjs index f8a8f4ec..a7c66705 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -500,6 +500,7 @@ "bool homogeneous" : false, "* pack" : "append_page,_this.label_quick_commit.el", "xtype" : "Box", + "| void load_data" : "() {\n\n}\n", "$ xns" : "Gtk", "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL", "items" : [ diff --git a/NewBranch.vala b/NewBranch.vala index 693f74b6..59e8bbce 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -2241,6 +2241,9 @@ public class NewBranch : Object } // user defined functions + public void load_data () { + + } } public class Xcls_Table52 : Object {