mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 12:40:10 +00:00
entry: Undo ABI breakage from addition of insert_emoji
https://bugzilla.gnome.org/show_bug.cgi?id=790862
This commit is contained in:
parent
03f2eaf23a
commit
b0fb67eabc
@ -146,7 +146,6 @@ struct _GtkEntryClass
|
||||
void (* copy_clipboard) (GtkEntry *entry);
|
||||
void (* paste_clipboard) (GtkEntry *entry);
|
||||
void (* toggle_overwrite) (GtkEntry *entry);
|
||||
void (* insert_emoji) (GtkEntry *entry);
|
||||
|
||||
/* hooks to add other objects beside the entry (like in GtkSpinButton) */
|
||||
void (* get_text_area_size) (GtkEntry *entry,
|
||||
@ -159,6 +158,7 @@ struct _GtkEntryClass
|
||||
gint *y,
|
||||
gint *width,
|
||||
gint *height);
|
||||
void (* insert_emoji) (GtkEntry *entry);
|
||||
|
||||
/*< private >*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user