diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-10-03 04:44:13 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-10-03 04:44:13 +0000 |
commit | f2f359089f885732c7bdbf1311ef9ecdba979007 (patch) | |
tree | e6a9e3e5f2822ec35c260eb79ce8275c5142277e /gtk/gtktreemodel.h | |
parent | 230b35251a4ad7c2372aad8e16d5eb545f7f980d (diff) | |
download | gtk+-f2f359089f885732c7bdbf1311ef9ecdba979007.tar.gz |
docs
Wed Oct 3 00:37:09 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkcelleditable.c: docs
* gtk/gtktreemodel.h: more docs.
Diffstat (limited to 'gtk/gtktreemodel.h')
-rw-r--r-- | gtk/gtktreemodel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktreemodel.h b/gtk/gtktreemodel.h index 41322eab60..8caf190b6b 100644 --- a/gtk/gtktreemodel.h +++ b/gtk/gtktreemodel.h @@ -219,8 +219,8 @@ void gtk_tree_model_foreach (GtkTreeModel *model /* Signals */ void gtk_tree_model_row_changed (GtkTreeModel *tree_model, - GtkTreePath *start_path, - GtkTreeIter *start_iter); + GtkTreePath *path, + GtkTreeIter *iter); void gtk_tree_model_row_inserted (GtkTreeModel *tree_model, GtkTreePath *path, GtkTreeIter *iter); |