forked from AuroraMiddleware/gtk
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.
This commit is contained in:
parent
820f999f14
commit
89c51f51e2
@ -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"),
|
||||
|
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user