summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-06-08 12:59:57 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-06-08 12:59:57 +0000
commit6a86acb9cec8d8852b326e9b3d56746f3adb245c (patch)
tree09e851d70b1e26fd2374d4c5b982c7ba5c009d29 /gtk/gtktreeview.c
parente35e7bcd4a84e5d82e5241a42968139b582b9758 (diff)
downloadgtk+-6a86acb9cec8d8852b326e9b3d56746f3adb245c.tar.gz
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'gtk/gtktreeview.c')
-rw-r--r--gtk/gtktreeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index bc91b7f83e..0895756234 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -1172,7 +1172,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
* The "row-activated" signal is emitted when the method
* gtk_tree_view_row_activated() is called.
*
- * It is called when the user double-clicks a treeview row with the
+ * This signal is emitted when the user double-clicks a treeview row with the
* [property@Gtk.TreeView:activate-on-single-click] property set to %FALSE,
* or when the user single-clicks a row when that property set to %TRUE.
*