summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-03-05 22:36:05 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-03-05 22:36:05 +0000
commit61fd5219ab9dac2a95585c427ee1ad0d22c714c2 (patch)
tree3c791792dfb3bfe72854b3ad7b116bdda4e63647 /gtk/gtktreeview.c
parent20cafaeefcdfe301a27d2cf90fad7424620e22a2 (diff)
downloadgtk+-61fd5219ab9dac2a95585c427ee1ad0d22c714c2.tar.gz
Clarify the doc comment. (#118602)
Fri Mar 5 23:37:16 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the doc comment. (#118602)
Diffstat (limited to 'gtk/gtktreeview.c')
-rw-r--r--gtk/gtktreeview.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c
index e2bcac2497..3c5bc71414 100644
--- a/gtk/gtktreeview.c
+++ b/gtk/gtktreeview.c
@@ -10335,10 +10335,10 @@ gtk_tree_view_get_reorderable (GtkTreeView *tree_view)
* #GtkTreeStore and #GtkListStore support these. If @reorderable is %TRUE, then
* the user can reorder the model by dragging and dropping rows. The
* developer can listen to these changes by connecting to the model's
- * signals.
+ * row_inserted and row_deleted signals.
*
* This function does not give you any degree of control over the order -- any
- * reorderering is allowed. If more control is needed, you should probably
+ * reordering is allowed. If more control is needed, you should probably
* handle drag and drop manually.
**/
void