[gtk+/gtk-3-22] Be more specific in ::insert-emoji Since tag



commit 87673af98ccc805f2e35ae6e40eb6ed6915c3f89
Author: Daniel Boles <dboles src gnome org>
Date:   Thu Nov 23 17:17:08 2017 +0000

    Be more specific in ::insert-emoji Since tag
    
    I had been unsure whether to include the minor version, but
    :show-emoji-icon already did, so do the same here to match.

 gtk/gtkentry.c    |    2 +-
 gtk/gtktextview.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index e55d8be..8f3aa8e 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -1913,7 +1913,7 @@ gtk_entry_class_init (GtkEntryClass *class)
    *
    * The default bindings for this signal are Ctrl-. and Ctrl-;
    *
-   * Since: 3.22
+   * Since: 3.22.27
    */
   signals[INSERT_EMOJI] =
     g_signal_new (I_("insert-emoji"),
diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c
index 3242a3b..1b001bb 100644
--- a/gtk/gtktextview.c
+++ b/gtk/gtktextview.c
@@ -1458,7 +1458,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
    *
    * The default bindings for this signal are Ctrl-. and Ctrl-;
    *
-   * Since: 3.22
+   * Since: 3.22.27
    */
   signals[INSERT_EMOJI] =
     g_signal_new (I_("insert-emoji"),


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