diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-06-20 10:33:56 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-06-20 10:33:56 -0400 |
commit | 5981e1511562d677bc03b702856e7bf110c2cf2b (patch) | |
tree | a3fa65f7f800a4272f3c6feb5317a365f9274368 | |
parent | 2caa1deb5b8109352b64f5dae1429d0982d6c0e7 (diff) | |
download | gtk+-5981e1511562d677bc03b702856e7bf110c2cf2b.tar.gz |
GtkTextView: Small documentation addition
-rw-r--r-- | gtk/gtktextview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h index 91396ba85d..7917044329 100644 --- a/gtk/gtktextview.h +++ b/gtk/gtktextview.h @@ -150,6 +150,8 @@ struct _GtkTextView * view is drawing its own text. Applications can override this vfunc * in a subclass to draw customized content underneath or above the * text. Since: 3.14 + * @extend_selection: The class handler for the #GtkTextView::extend-selection + * signal. Since 3.16 */ struct _GtkTextViewClass { |