From eaed6d19124ba84c281cf71955cf06a2c87d328f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 4 Sep 2011 23:42:42 -0400 Subject: [PATCH] Improve gtk_tree_view_set_drag_dest_row docs As requested in bug 581435. --- gtk/gtktreeview.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index 0ebc138db6..9f7a1a5c14 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -14211,11 +14211,12 @@ gtk_tree_view_unset_rows_drag_dest (GtkTreeView *tree_view) /** * gtk_tree_view_set_drag_dest_row: * @tree_view: a #GtkTreeView - * @path: (allow-none): The path of the row to highlight, or %NULL. + * @path: (allow-none): The path of the row to highlight, or %NULL * @pos: Specifies whether to drop before, after or into the row - * + * * Sets the row that is highlighted for feedback. - **/ + * If @path is %NULL, an existing highlight is removed. + */ void gtk_tree_view_set_drag_dest_row (GtkTreeView *tree_view, GtkTreePath *path,