From 00e2a9e83a7cdf61dee4372cadf460c47a9cea28 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 16 Mar 2024 20:13:38 +0800 Subject: [PATCH] src/Builder4/Editor.bjs src/Builder4/Editor.vala --- src/Builder4/Editor.bjs | 2 +- src/Builder4/Editor.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index 708ae0314..e7fc31222 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -1039,7 +1039,7 @@ } ], "xtype" : "NoSelection", - "| Lsp.DocumentSymbol getAtRow" : [ + "| Lsp.DocumentSymbol? getSymoblAt" : [ "(uint row) {", "", " var tr = (Gtk.TreeListRow)this.el.get_item(row);", diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index 552b477ab..ee9de1d50 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -1969,7 +1969,7 @@ public class Editor : Object } // user defined functions - public Lsp.DocumentSymbol getAtRow (uint row) { + public Lsp.DocumentSymbol? getSymoblAt (uint row) { var tr = (Gtk.TreeListRow)this.el.get_item(row); -- 2.39.2