diff options
author | Vitaly Tishkov <tvv@sparc.spb.su> | 2002-01-10 16:36:25 +0000 |
---|---|---|
committer | Vitaly Tishkov <tvv@src.gnome.org> | 2002-01-10 16:36:25 +0000 |
commit | f74dd2386a74e66736dc3a8981a20c6b0835e6ad (patch) | |
tree | d37422d42400f44c01e3d1a9ca684a64227e8216 /gtk/gtktreemodel.c | |
parent | d3eb836dd4d4a34c0a1bd6fa48d76cd853723054 (diff) | |
download | gdk-pixbuf-f74dd2386a74e66736dc3a8981a20c6b0835e6ad.tar.gz |
gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.c
2002-01-10 Vitaly Tishkov <tvv@sparc.spb.su>
* gtk/gtkimage.c
* gtk/gtkimcontext.c
* gtk/gtktreemodel.c
* gtk/gtktreemodelsort.c
* gtk/gtkwindow.c
* docs/reference/gtk/tmpl/gtkselection.sgml
fix docs
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r-- | gtk/gtktreemodel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index 07d5f6748..627ebee28 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -364,7 +364,7 @@ gtk_tree_path_copy (GtkTreePath *path) * @a: A #GtkTreePath. * @b: A #GtkTreePath to compare with. * - * Compares two paths. If @a appears before @b in a tree, then -1, is returned. + * Compares two paths. If @a appears before @b in a tree, then -1 is returned. * If @b appears before @a, then 1 is returned. If the two nodes are equal, * then 0 is returned. * @@ -1176,7 +1176,7 @@ gtk_tree_model_foreach_helper (GtkTreeModel *model, * @user_data: User data to passed to func. * * Calls func on each node in model in a depth-first fashion. If func returns - * %TRUE, then the tree ceases to be walked, and gtk_tree_model_foreach returns. + * %TRUE, then the tree ceases to be walked, and gtk_tree_model_foreach() returns. **/ void |