From 2baaa6470dcda5871ccc060a9cc17fd4dc68fc83 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 21 Mar 2019 13:53:46 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 1 + NewBranch.vala | 3 +++ 2 files changed, 4 insertions(+) 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 { -- 2.39.2