[gtk+] Improve gtk_tree_view_set_drag_dest_row docs
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Improve gtk_tree_view_set_drag_dest_row docs
- Date: Mon, 5 Sep 2011 03:44:00 +0000 (UTC)
commit eaed6d19124ba84c281cf71955cf06a2c87d328f
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Sep 4 23:42:42 2011 -0400
Improve gtk_tree_view_set_drag_dest_row docs
As requested in bug 581435.
gtk/gtktreeview.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index 0ebc138..9f7a1a5 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]