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:
		
				
					committed by
					
						 Matthias Clasen
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							1719428849
						
					
				
				
					commit
					4896e24bb1
				
			| @ -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. | ||||
|  * | ||||
|  | ||||
		Reference in New Issue
	
	Block a user