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
This commit is contained in:
Matthias Clasen
2007-11-25 06:51:19 +00:00
committed by Matthias Clasen
parent 1719428849
commit 4896e24bb1
25 changed files with 136 additions and 138 deletions

View File

@ -392,10 +392,10 @@ gtk_tree_selection_get_selected (GtkTreeSelection *selection,
* 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.
*