diff options
author | Daniel Boles <dboles@src.gnome.org> | 2017-11-23 17:17:08 +0000 |
---|---|---|
committer | Daniel Boles <dboles@src.gnome.org> | 2017-11-23 17:18:36 +0000 |
commit | 89c51f51e2060539678a9e7dded239076f9f34b1 (patch) | |
tree | 00773d5168c67bb5991f7e49f35c7577acf7185c /gtk | |
parent | 820f999f140380d63d90ab261c5e85b64116d7f7 (diff) | |
download | gtk+-89c51f51e2060539678a9e7dded239076f9f34b1.tar.gz |
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.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkentry.c | 2 | ||||
-rw-r--r-- | gtk/gtktextview.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 06f0698e12..725c16a455 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -1723,7 +1723,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 67a291f8b3..ec423d1e62 100644 --- a/gtk/gtktextview.c +++ b/gtk/gtktextview.c @@ -1415,7 +1415,7 @@ gtk_text_view_class_init (GtkTextViewClass *klass) * * 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"), |