[gtksourceview] CompletionItem: update version of the renamed function



commit 1bf208d5a88c5daa8b810b4d960cd9ec2edbb2aa
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Nov 16 16:01:45 2016 +0100

    CompletionItem: update version of the renamed function

 gtksourceview/gtksourcecompletionitem.c |    2 +-
 gtksourceview/gtksourcecompletionitem.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtksourceview/gtksourcecompletionitem.c b/gtksourceview/gtksourcecompletionitem.c
index 9b3d3a5..040a17b 100644
--- a/gtksourceview/gtksourcecompletionitem.c
+++ b/gtksourceview/gtksourcecompletionitem.c
@@ -380,7 +380,7 @@ gtk_source_completion_item_init (GtkSourceCompletionItem *item)
  * afterwards.
  *
  * Returns: (transfer full): a new #GtkSourceCompletionItem.
- * Since: 3.24
+ * Since: 4.0
  */
 GtkSourceCompletionItem *
 gtk_source_completion_item_new (void)
diff --git a/gtksourceview/gtksourcecompletionitem.h b/gtksourceview/gtksourcecompletionitem.h
index 973f157..b38fc81 100644
--- a/gtksourceview/gtksourcecompletionitem.h
+++ b/gtksourceview/gtksourcecompletionitem.h
@@ -57,7 +57,7 @@ struct _GtkSourceCompletionItemClass {
 GTK_SOURCE_AVAILABLE_IN_ALL
 GType                   gtk_source_completion_item_get_type            (void) G_GNUC_CONST;
 
-GTK_SOURCE_AVAILABLE_IN_3_24
+GTK_SOURCE_AVAILABLE_IN_4_0
 GtkSourceCompletionItem *gtk_source_completion_item_new                        (void);
 
 GTK_SOURCE_AVAILABLE_IN_3_24


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