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/gtktextview.h | |
parent | 702deee7994ffca96fa918053df8a4cd501075cd (diff) | |
download | gtk+-7fdf3d1769c8cf4fa4f9b79e4ef8e62302f138b8.tar.gz |
Fixes to the gtk docs
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r-- | gtk/gtktextview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h index 6edfdc1529..89629948d8 100644 --- a/gtk/gtktextview.h +++ b/gtk/gtktextview.h @@ -151,6 +151,7 @@ struct _GtkTextView * layers %GTK_TEXT_VIEW_LAYER_BELOW and %GTK_TEXT_VIEW_LAYER_ABOVE work in viewport * coordinates, which makes them unnecessarily hard to use. * @extend_selection: The class handler for the #GtkTextView::extend-selection signal. + * @insert_emoji: The class handler for the #GtkTextView::insert-emoji signal. */ struct _GtkTextViewClass { |