From: Alan Knowles Date: Thu, 21 Mar 2019 05:51:02 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=744f9969b649abfff9d6bae0bff37b2b5911189a NewBranch.bjs NewBranch.vala --- 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 () { } }