diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-05-05 18:03:31 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-05-05 18:03:31 -0400 |
commit | 7fdf3d1769c8cf4fa4f9b79e4ef8e62302f138b8 (patch) | |
tree | 6702deda865a6ac9c4ead162baf074cdbdcd3817 /gtk/gtkentry.h | |
parent | 702deee7994ffca96fa918053df8a4cd501075cd (diff) | |
download | gtk+-7fdf3d1769c8cf4fa4f9b79e4ef8e62302f138b8.tar.gz |
Fixes to the gtk docs
Diffstat (limited to 'gtk/gtkentry.h')
-rw-r--r-- | gtk/gtkentry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h index b44c00a5ac..4debf4ab9c 100644 --- a/gtk/gtkentry.h +++ b/gtk/gtkentry.h @@ -103,6 +103,7 @@ struct _GtkEntry * the current selection if one exists. * @toggle_overwrite: Class handler for the #GtkEntry::toggle-overwrite signal. * The default implementation toggles overwrite mode and blinks the cursor. + * @insert_emoji: Class handler for the #GtkEntry::insert-emoji signal. * * Class structure for #GtkEntry. All virtual functions have a default * implementation. Derived classes may set the virtual function pointers for the |