From fa70cd5950c3dfa2d84f7dcfd6313a563cb781a6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 21 Mar 2019 13:50:55 +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 e0ce69b7..407ad889 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -248,6 +248,7 @@ "xtype" : "Box", "* pack" : "append_page,_this.label_create_ticket.el", "$ xns" : "Gtk", + "| return_type XXXX" : "() {\n\n}\n", "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL", "items" : [ { diff --git a/NewBranch.vala b/NewBranch.vala index 95a50207..0e444699 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -1100,6 +1100,9 @@ public class NewBranch : Object } // user defined functions + public return_type XXXX () { + + } } public class Xcls_table : Object { -- 2.39.2