[gtksourceviewmm/gtksourceviewmm-4: 9/9] Adapt to changed gtksourceview function names
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceviewmm/gtksourceviewmm-4: 9/9] Adapt to changed gtksourceview function names
- Date: Tue, 4 Dec 2018 12:44:54 +0000 (UTC)
commit 8c2d124512056dd23067f1137715d2467a8a857a
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Dec 4 13:43:36 2018 +0100
Adapt to changed gtksourceview function names
In gtksourceview-4 the 2 suffixes have been removed.
gtksourceview/src/searchcontext.hg | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtksourceview/src/searchcontext.hg b/gtksourceview/src/searchcontext.hg
index 0220098..9a1cc12 100644
--- a/gtksourceview/src/searchcontext.hg
+++ b/gtksourceview/src/searchcontext.hg
@@ -142,7 +142,7 @@ public:
*
* @newin{3,10}
*/
- _WRAP_METHOD(bool forward(const TextBuffer::iterator& iter, TextBuffer::iterator& match_start,
TextBuffer::iterator& match_end, bool& has_wrapped_around), gtk_source_search_context_forward2)
+ _WRAP_METHOD(bool forward(const TextBuffer::iterator& iter, TextBuffer::iterator& match_start,
TextBuffer::iterator& match_end, bool& has_wrapped_around), gtk_source_search_context_forward)
_IGNORE(gtk_source_search_context_forward)
/** Asynchronous forward search. See the GAsyncResult documentation to know how to use this function.
@@ -179,7 +179,7 @@ public:
*
* @newin{3,10}
*/
- _WRAP_METHOD(bool backward(const TextBuffer::iterator& iter, TextBuffer::iterator& match_start,
TextBuffer::iterator& match_end, bool& has_wrapped_around), gtk_source_search_context_backward2)
+ _WRAP_METHOD(bool backward(const TextBuffer::iterator& iter, TextBuffer::iterator& match_start,
TextBuffer::iterator& match_end, bool& has_wrapped_around), gtk_source_search_context_backward)
_IGNORE(gtk_source_search_context_backward)
/** Asynchronous backward search. See the GAsyncResult documentation to know how to use this function.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]