[tepl] docs: change "Since: 5.2" to "Since: 6.0"



commit 12e05c2e846a11a1994a466bb61b4dc7cbba4a79
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Nov 9 22:46:40 2020 +0100

    docs: change "Since: 5.2" to "Since: 6.0"

 tepl/tepl-language-chooser-dialog.c |  2 +-
 tepl/tepl-language-chooser-widget.c |  2 +-
 tepl/tepl-language-chooser.c        |  4 ++--
 tepl/tepl-language-chooser.h        |  2 +-
 tepl/tepl-pango.c                   |  2 +-
 tepl/tepl-space-drawer-prefs.c      |  4 ++--
 tepl/tepl-utils.c                   | 12 ++++++------
 7 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/tepl/tepl-language-chooser-dialog.c b/tepl/tepl-language-chooser-dialog.c
index bf42c48..eda2c75 100644
--- a/tepl/tepl-language-chooser-dialog.c
+++ b/tepl/tepl-language-chooser-dialog.c
@@ -152,7 +152,7 @@ tepl_language_chooser_dialog_init (TeplLanguageChooserDialog *chooser_dialog)
  * @parent: (nullable): transient parent of the dialog, or %NULL.
  *
  * Returns: a new #TeplLanguageChooserDialog widget.
- * Since: 5.2
+ * Since: 6.0
  */
 TeplLanguageChooserDialog *
 tepl_language_chooser_dialog_new (GtkWindow *parent)
diff --git a/tepl/tepl-language-chooser-widget.c b/tepl/tepl-language-chooser-widget.c
index 03b6b9e..e4bbdfd 100644
--- a/tepl/tepl-language-chooser-widget.c
+++ b/tepl/tepl-language-chooser-widget.c
@@ -497,7 +497,7 @@ tepl_language_chooser_widget_init (TeplLanguageChooserWidget *chooser_widget)
  * tepl_language_chooser_widget_new:
  *
  * Returns: (transfer floating): a new #TeplLanguageChooserWidget.
- * Since: 5.2
+ * Since: 6.0
  */
 TeplLanguageChooserWidget *
 tepl_language_chooser_widget_new (void)
diff --git a/tepl/tepl-language-chooser.c b/tepl/tepl-language-chooser.c
index f487111..6b04697 100644
--- a/tepl/tepl-language-chooser.c
+++ b/tepl/tepl-language-chooser.c
@@ -71,7 +71,7 @@ tepl_language_chooser_default_init (TeplLanguageChooserInterface *interface)
         *
         * This signal is emitted when the user has chosen a language.
         *
-        * Since: 5.2
+        * Since: 6.0
         */
        /* Note about the signal name, it's to be consistent with
         * ::row-activated.
@@ -92,7 +92,7 @@ tepl_language_chooser_default_init (TeplLanguageChooserInterface *interface)
  *
  * Selects @language in the list.
  *
- * Since: 5.2
+ * Since: 6.0
  */
 void
 tepl_language_chooser_select_language (TeplLanguageChooser *chooser,
diff --git a/tepl/tepl-language-chooser.h b/tepl/tepl-language-chooser.h
index f281aad..dfafda1 100644
--- a/tepl/tepl-language-chooser.h
+++ b/tepl/tepl-language-chooser.h
@@ -32,7 +32,7 @@ typedef struct _TeplLanguageChooserInterface TeplLanguageChooserInterface;
  *
  * The virtual function table for #TeplLanguageChooser.
  *
- * Since: 5.2
+ * Since: 6.0
  */
 struct _TeplLanguageChooserInterface
 {
diff --git a/tepl/tepl-pango.c b/tepl/tepl-pango.c
index 7ed0009..36b7823 100644
--- a/tepl/tepl-pango.c
+++ b/tepl/tepl-pango.c
@@ -84,7 +84,7 @@ skip:
  *
  * Returns: (transfer full): A newly allocated string containing the CSS
  *   describing the font description. Free with g_free() when no longer needed.
- * Since: 5.2
+ * Since: 6.0
  */
 gchar *
 tepl_pango_font_description_to_css (const PangoFontDescription *desc)
diff --git a/tepl/tepl-space-drawer-prefs.c b/tepl/tepl-space-drawer-prefs.c
index 2e3a5e4..1e6878f 100644
--- a/tepl/tepl-space-drawer-prefs.c
+++ b/tepl/tepl-space-drawer-prefs.c
@@ -366,7 +366,7 @@ tepl_space_drawer_prefs_init (TeplSpaceDrawerPrefs *prefs)
  * tepl_space_drawer_prefs_new:
  *
  * Returns: (transfer floating): a new #TeplSpaceDrawerPrefs.
- * Since: 5.2
+ * Since: 6.0
  */
 TeplSpaceDrawerPrefs *
 tepl_space_drawer_prefs_new (void)
@@ -383,7 +383,7 @@ tepl_space_drawer_prefs_new (void)
  * #TeplSpaceDrawerPrefs object has a different #GtkSourceSpaceDrawer.
  *
  * Returns: (transfer none): the #GtkSourceSpaceDrawer associated with @prefs.
- * Since: 5.2
+ * Since: 6.0
  */
 GtkSourceSpaceDrawer *
 tepl_space_drawer_prefs_get_space_drawer (TeplSpaceDrawerPrefs *prefs)
diff --git a/tepl/tepl-utils.c b/tepl/tepl-utils.c
index 935219f..5658be7 100644
--- a/tepl/tepl-utils.c
+++ b/tepl/tepl-utils.c
@@ -811,7 +811,7 @@ list_box_clear_foreach_cb (GtkWidget *child,
  *
  * Removes all rows of @list_box, to obtain an empty #GtkListBox.
  *
- * Since: 5.2
+ * Since: 6.0
  */
 void
 tepl_utils_list_box_clear (GtkListBox *list_box)
@@ -834,7 +834,7 @@ tepl_utils_list_box_clear (GtkListBox *list_box)
  * This function is intended to be called only once per #GtkListBox, when
  * initializing the @list_box and @scrolled_window widgets.
  *
- * Since: 5.2
+ * Since: 6.0
  */
 void
 tepl_utils_list_box_setup_scrolling (GtkListBox        *list_box,
@@ -859,7 +859,7 @@ tepl_utils_list_box_setup_scrolling (GtkListBox        *list_box,
  * Before using this function, tepl_utils_list_box_setup_scrolling() must have
  * been called.
  *
- * Since: 5.2
+ * Since: 6.0
  */
 void
 tepl_utils_list_box_scroll_to_row (GtkListBox    *list_box,
@@ -882,7 +882,7 @@ tepl_utils_list_box_scroll_to_row (GtkListBox    *list_box,
  * Before using this function, tepl_utils_list_box_setup_scrolling() must have
  * been called.
  *
- * Since: 5.2
+ * Since: 6.0
  */
 void
 tepl_utils_list_box_scroll_to_selected_row (GtkListBox *list_box)
@@ -913,7 +913,7 @@ tepl_utils_list_box_scroll_to_selected_row (GtkListBox *list_box)
  * @filter_func returns %TRUE.
  *
  * Returns: (transfer none) (nullable): the child #GtkListBoxRow or %NULL.
- * Since: 5.2
+ * Since: 6.0
  */
 GtkListBoxRow *
 tepl_utils_list_box_get_row_at_index_with_filter (GtkListBox           *list_box,
@@ -972,7 +972,7 @@ tepl_utils_list_box_get_row_at_index_with_filter (GtkListBox           *list_box
  * Returns: (array zero-terminated=1) (element-type GtkListBoxRow) (transfer container) (nullable):
  *   a %NULL-terminated array of #GtkListBoxRow objects, or %NULL. Free with
  *   g_free() when no longer needed.
- * Since: 5.2
+ * Since: 6.0
  */
 GtkListBoxRow **
 tepl_utils_list_box_get_filtered_children (GtkListBox           *list_box,


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