From 744f9969b649abfff9d6bae0bff37b2b5911189a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 21 Mar 2019 13:51:02 +0800 Subject: [PATCH 1/1] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 2 +- NewBranch.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NewBranch.bjs b/NewBranch.bjs index 407ad889..d6d557bc 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -247,8 +247,8 @@ "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" : [ { diff --git a/NewBranch.vala b/NewBranch.vala index 0e444699..d4b0e093 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -1100,7 +1100,7 @@ public class NewBranch : Object } // user defined functions - public return_type XXXX () { + public void load_data () { } } -- 2.39.2