From c81830ad50920c80e77ffc536a05d75db9000ad5 Mon Sep 17 00:00:00 2001 From: Drew Holzworth Date: Tue, 6 Apr 2021 09:46:09 +1000 Subject: [PATCH] Fix some mistakes in GtkSourceSearchContext wrapper The match_start and match_end arguments in the searching functions of GtkSourceSearchContext are out parameters. --- Source/Libs/GtkSourceSharp/GtkSourceSharp.metadata | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Source/Libs/GtkSourceSharp/GtkSourceSharp.metadata b/Source/Libs/GtkSourceSharp/GtkSourceSharp.metadata index 22a9bdc6b..7310b8252 100644 --- a/Source/Libs/GtkSourceSharp/GtkSourceSharp.metadata +++ b/Source/Libs/GtkSourceSharp/GtkSourceSharp.metadata @@ -14,12 +14,20 @@ EmitChanged EmitCanRedoChanged EmitCanUndoChanged - ref - ref + out + out out ref ref + out + out out + out + out + out + out + out + out