summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-06-20 10:33:56 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-06-20 10:33:56 -0400
commit5981e1511562d677bc03b702856e7bf110c2cf2b (patch)
treea3fa65f7f800a4272f3c6feb5317a365f9274368
parent2caa1deb5b8109352b64f5dae1429d0982d6c0e7 (diff)
downloadgtk+-5981e1511562d677bc03b702856e7bf110c2cf2b.tar.gz
GtkTextView: Small documentation addition
-rw-r--r--gtk/gtktextview.h2
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
{