From a679d6d604860180a2111abc3e24d45cb9bd40cd Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 29 Apr 2015 17:22:32 +0800 Subject: [PATCH] src/Builder4/GtkView.bjs src/Builder4/GtkView.vala --- src/Builder4/GtkView.bjs | 4 ++-- src/Builder4/GtkView.vala | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Builder4/GtkView.bjs b/src/Builder4/GtkView.bjs index 05c091525..cb8b3688c 100644 --- a/src/Builder4/GtkView.bjs +++ b/src/Builder4/GtkView.bjs @@ -79,10 +79,10 @@ "gint n_columns" : 4, "id" : "compile_result_store", "columns" : " typeof(string), typeof(int), typeof(string), typeof(string) ", - "| Gtk.TreePath ts.nodeFindOrCreate" : "(string treepath, string id , string title) \n{\n \n\n}\n", "* pack" : "set_model", "xtype" : "TreeStore", - "$ xns" : "Gtk" + "$ xns" : "Gtk", + "| Gtk.TreePath nodeFindOrCreate" : "() {\n\n}\n" }, { "utf8 title" : "Compile output", diff --git a/src/Builder4/GtkView.vala b/src/Builder4/GtkView.vala index 40a6acb2a..6499a8396 100644 --- a/src/Builder4/GtkView.vala +++ b/src/Builder4/GtkView.vala @@ -369,9 +369,7 @@ public class Xcls_GtkView : Object } // user defined functions - public Gtk.TreePath ts.nodeFindOrCreate (string treepath, string id , string title) - { - + public Gtk.TreePath nodeFindOrCreate () { } } -- 2.39.2