[vte] widget: Correct some API Since: versions



commit 9e2df181c8eebd4858f8257695b1b31081c32ed8
Author: Christian Persch <chpe src gnome org>
Date:   Sun Aug 29 19:06:46 2021 +0200

    widget: Correct some API Since: versions

 src/vte/vteenums.h |  2 +-
 src/vtegtk.cc      | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/vte/vteenums.h b/src/vte/vteenums.h
index c13228ac..f02d3e78 100644
--- a/src/vte/vteenums.h
+++ b/src/vte/vteenums.h
@@ -207,7 +207,7 @@ typedef enum /*< skip >*/ {
  * An enumeration type that can be used to specify how the terminal
  * uses extra allocated space.
  *
- * Since: 0.66
+ * Since: 0.68
  */
 typedef enum {
         VTE_ALIGN_START       = 0U,
diff --git a/src/vtegtk.cc b/src/vtegtk.cc
index 8d17e666..f694d99c 100644
--- a/src/vtegtk.cc
+++ b/src/vtegtk.cc
@@ -2352,7 +2352,7 @@ vte_terminal_class_init(VteTerminalClass *klass)
          *
          * The horizontal alignment of @terminal within its allocation.
          *
-         * Since: 0.66
+         * Since: 0.68
          */
         pspecs[PROP_XALIGN] =
                 g_param_spec_enum("xalign", nullptr, nullptr,
@@ -2365,7 +2365,7 @@ vte_terminal_class_init(VteTerminalClass *klass)
          *
          * The vertical alignment of @terminal within its allocation
          *
-         * Since: 0.66
+         * Since: 0.68
          */
         pspecs[PROP_YALIGN] =
                 g_param_spec_enum("yalign", nullptr, nullptr,
@@ -6211,7 +6211,7 @@ constexpr bool check_enum_value<VteAlign>(VteAlign value) noexcept
  * Note: %VTE_ALIGN_START_FILL is not supported, and will be treated
  *   like %VTE_ALIGN_START.
  *
- * Since: 0.66
+ * Since: 0.68
  */
 void
 vte_terminal_set_xalign(VteTerminal* terminal,
@@ -6235,7 +6235,7 @@ catch (...)
  *
  * Returns: the horizontal alignment of @terminal within its allocation
  *
- * Since: 0.66
+ * Since: 0.68
  */
 VteAlign
 vte_terminal_get_xalign(VteTerminal* terminal) noexcept
@@ -6258,7 +6258,7 @@ catch (...)
  *
  * Sets the vertical alignment of @terminal within its allocation.
  *
- * Since: 0.66
+ * Since: 0.68
  */
 void
 vte_terminal_set_yalign(VteTerminal* terminal,
@@ -6282,7 +6282,7 @@ catch (...)
  *
  * Returns: the vertical alignment of @terminal within its allocation
  *
- * Since: 0.66
+ * Since: 0.68
  */
 VteAlign
 vte_terminal_get_yalign(VteTerminal* terminal) noexcept


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