entry: Undo ABI breakage from addition of insert_emoji

https://bugzilla.gnome.org/show_bug.cgi?id=790862
This commit is contained in:
Jan Alexander Steffens (heftig) 2017-11-26 22:32:36 +01:00 committed by Matthias Clasen
parent 03f2eaf23a
commit b0fb67eabc

View File

@ -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 >*/