]> Pileus Git - ~andy/gtk/commitdiff
Improve gtk_tree_view_set_drag_dest_row docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Sep 2011 03:42:42 +0000 (23:42 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Sep 2011 03:42:42 +0000 (23:42 -0400)
As requested in bug 581435.

gtk/gtktreeview.c

index 0ebc138db6e1c8b223d866ff52cfe4e077267845..9f7a1a5c1473d5db9eeb09927023efe678eb31c4 100644 (file)
@@ -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,