[gtksourceview] SearchContext: update version for the renamed functions



commit 258e1a6ad4e36623f2bda769d89d008b959afc68
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Nov 16 15:30:55 2016 +0100

    SearchContext: update version for the renamed functions
    
    Renaming a function is like removing the old function and adding the new
    function. So the new function is available only since 4.0.

 gtksourceview/gtksourcesearchcontext.c |   10 +++++-----
 gtksourceview/gtksourcesearchcontext.h |   10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/gtksourceview/gtksourcesearchcontext.c b/gtksourceview/gtksourcesearchcontext.c
index 72879ab..82de126 100644
--- a/gtksourceview/gtksourcesearchcontext.c
+++ b/gtksourceview/gtksourcesearchcontext.c
@@ -3201,7 +3201,7 @@ gtk_source_search_context_get_occurrence_position (GtkSourceSearchContext *searc
  * the same value as the #GtkSourceSearchSettings:wrap-around property.
  *
  * Returns: whether a match was found.
- * Since: 3.22
+ * Since: 4.0
  */
 gboolean
 gtk_source_search_context_forward (GtkSourceSearchContext *search,
@@ -3314,7 +3314,7 @@ gtk_source_search_context_forward_async (GtkSourceSearchContext *search,
  * details.
  *
  * Returns: whether a match was found.
- * Since: 3.22
+ * Since: 4.0
  */
 gboolean
 gtk_source_search_context_forward_finish (GtkSourceSearchContext  *search,
@@ -3393,7 +3393,7 @@ gtk_source_search_context_forward_finish (GtkSourceSearchContext  *search,
  * the same value as the #GtkSourceSearchSettings:wrap-around property.
  *
  * Returns: whether a match was found.
- * Since: 3.22
+ * Since: 4.0
  */
 gboolean
 gtk_source_search_context_backward (GtkSourceSearchContext *search,
@@ -3507,7 +3507,7 @@ gtk_source_search_context_backward_async (GtkSourceSearchContext *search,
  * details.
  *
  * Returns: whether a match was found.
- * Since: 3.22
+ * Since: 4.0
  */
 gboolean
 gtk_source_search_context_backward_finish (GtkSourceSearchContext  *search,
@@ -3642,7 +3642,7 @@ end:
  * backreferences; read the g_regex_replace() documentation for more details.
  *
  * Returns: whether the match has been replaced.
- * Since: 3.22
+ * Since: 4.0
  */
 gboolean
 gtk_source_search_context_replace (GtkSourceSearchContext  *search,
diff --git a/gtksourceview/gtksourcesearchcontext.h b/gtksourceview/gtksourcesearchcontext.h
index 21ff1f8..e4cb6e4 100644
--- a/gtksourceview/gtksourcesearchcontext.h
+++ b/gtksourceview/gtksourcesearchcontext.h
@@ -93,7 +93,7 @@ gint                   gtk_source_search_context_get_occurrence_position      
(GtkSourceSearchContex
                                                                                 const GtkTextIter       
*match_start,
                                                                                 const GtkTextIter       
*match_end);
 
-GTK_SOURCE_AVAILABLE_IN_3_22
+GTK_SOURCE_AVAILABLE_IN_4_0
 gboolean                gtk_source_search_context_forward                      (GtkSourceSearchContext 
*search,
                                                                                 const GtkTextIter      *iter,
                                                                                 GtkTextIter            
*match_start,
@@ -107,7 +107,7 @@ void                         gtk_source_search_context_forward_async                
(GtkSourceSearchContext  *searc
                                                                                 GAsyncReadyCallback      
callback,
                                                                                 gpointer                 
user_data);
 
-GTK_SOURCE_AVAILABLE_IN_3_22
+GTK_SOURCE_AVAILABLE_IN_4_0
 gboolean                gtk_source_search_context_forward_finish               (GtkSourceSearchContext  
*search,
                                                                                 GAsyncResult            
*result,
                                                                                 GtkTextIter             
*match_start,
@@ -115,7 +115,7 @@ gboolean             gtk_source_search_context_forward_finish               
(GtkSourceSearchContext  *s
                                                                                 gboolean                
*has_wrapped_around,
                                                                                 GError                 
**error);
 
-GTK_SOURCE_AVAILABLE_IN_3_22
+GTK_SOURCE_AVAILABLE_IN_4_0
 gboolean                gtk_source_search_context_backward                     (GtkSourceSearchContext 
*search,
                                                                                 const GtkTextIter      *iter,
                                                                                 GtkTextIter            
*match_start,
@@ -129,7 +129,7 @@ void                         gtk_source_search_context_backward_async               
(GtkSourceSearchContext  *sear
                                                                                 GAsyncReadyCallback      
callback,
                                                                                 gpointer                 
user_data);
 
-GTK_SOURCE_AVAILABLE_IN_3_22
+GTK_SOURCE_AVAILABLE_IN_4_0
 gboolean                gtk_source_search_context_backward_finish              (GtkSourceSearchContext  
*search,
                                                                                 GAsyncResult            
*result,
                                                                                 GtkTextIter             
*match_start,
@@ -137,7 +137,7 @@ gboolean             gtk_source_search_context_backward_finish              
(GtkSourceSearchContext  *
                                                                                 gboolean                
*has_wrapped_around,
                                                                                 GError                 
**error);
 
-GTK_SOURCE_AVAILABLE_IN_3_22
+GTK_SOURCE_AVAILABLE_IN_4_0
 gboolean                gtk_source_search_context_replace                      (GtkSourceSearchContext  
*search,
                                                                                 GtkTextIter             
*match_start,
                                                                                 GtkTextIter             
*match_end,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]