diff options
author | Matthias Clasen <mclasen@redhat.com> | 2007-11-25 06:51:19 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-11-25 06:51:19 +0000 |
commit | 4896e24bb1121bf114f9daf25a105f8a815066ff (patch) | |
tree | f124808c75f514a4aeb5ba043f06e9e3892f1560 /gtk/gtkiconview.c | |
parent | 1719428849826d9baf80dcce3eb0059997919b6b (diff) | |
download | gtk+-4896e24bb1121bf114f9daf25a105f8a815066ff.tar.gz |
Require gtk-doc 1.8
2007-11-25 Matthias Clasen <mclasen@redhat.com>
* configure.in: Require gtk-doc 1.8
* */*.c: Use gtk-doc abbreviations for examples in docs.
svn path=/trunk/; revision=19041
Diffstat (limited to 'gtk/gtkiconview.c')
-rw-r--r-- | gtk/gtkiconview.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index f5e14e506c..fd34c094ca 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -5592,10 +5592,10 @@ gtk_icon_view_unselect_path (GtkIconView *icon_view, * To do this, you can use gtk_tree_row_reference_new(). * * To free the return value, use: - * <informalexample><programlisting> + * |[ * g_list_foreach (list, gtk_tree_path_free, NULL); * g_list_free (list); - * </programlisting></informalexample> + * ]| * * Return value: A #GList containing a #GtkTreePath for each selected row. * |