diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-10-29 19:55:44 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-10-29 19:55:44 +0000 |
commit | ec84d8d14dc490380194f9d958b8568f327b8b23 (patch) | |
tree | 01d5d8165fcff058ae2f25426057afaadc6e3696 /gtk/gtktreeselection.c | |
parent | fe0b83b722a54165761c2545f1edb505fd547d6b (diff) | |
download | gtk+-ec84d8d14dc490380194f9d958b8568f327b8b23.tar.gz |
small doc fixes.
Diffstat (limited to 'gtk/gtktreeselection.c')
-rw-r--r-- | gtk/gtktreeselection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeselection.c b/gtk/gtktreeselection.c index 6c1211e5a5..b6b6adac80 100644 --- a/gtk/gtktreeselection.c +++ b/gtk/gtktreeselection.c @@ -412,7 +412,7 @@ gtk_tree_selection_get_selected (GtkTreeSelection *selection, * * Creates a list of path of all selected rows. Additionally, if you are * planning on modifying the model after calling this function, you may - * want to convert the returned list into a list of #GtkTreeRowReferences. + * want to convert the returned list into a list of #GtkTreeRowReference<!-- -->s. * To do this, you can use gtk_tree_row_reference_new_proxy(). * * To free the return value, use: |