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 (* copy_clipboard) (GtkEntry *entry);
|
||||||
void (* paste_clipboard) (GtkEntry *entry);
|
void (* paste_clipboard) (GtkEntry *entry);
|
||||||
void (* toggle_overwrite) (GtkEntry *entry);
|
void (* toggle_overwrite) (GtkEntry *entry);
|
||||||
void (* insert_emoji) (GtkEntry *entry);
|
|
||||||
|
|
||||||
/* hooks to add other objects beside the entry (like in GtkSpinButton) */
|
/* hooks to add other objects beside the entry (like in GtkSpinButton) */
|
||||||
void (* get_text_area_size) (GtkEntry *entry,
|
void (* get_text_area_size) (GtkEntry *entry,
|
||||||
@ -159,6 +158,7 @@ struct _GtkEntryClass
|
|||||||
gint *y,
|
gint *y,
|
||||||
gint *width,
|
gint *width,
|
||||||
gint *height);
|
gint *height);
|
||||||
|
void (* insert_emoji) (GtkEntry *entry);
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user