Clarify the docs for g_ptr_array_free and g_ptr_array_remove_range.

2005-03-29  Matthias Clasen  <mclasen@redhat.com>

	* glib/tmpl/arrays_pointer.sgml: Clarify the docs for
	g_ptr_array_free and g_ptr_array_remove_range.  (#170148,
	#170149, Jared Lash)
This commit is contained in:
Matthias Clasen 2005-03-29 13:51:34 +00:00 committed by Matthias Clasen
parent 46fda0cf41
commit ce1509b6ae
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
2005-03-29 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/arrays_pointer.sgml: Clarify the docs for
g_ptr_array_free. (#170149, Jared Lash)
g_ptr_array_free and g_ptr_array_remove_range. (#170148,
#170149, Jared Lash)
2005-03-29 Tor Lillqvist <tml@novell.com>

View File

@ -157,7 +157,7 @@ g_ptr_array_remove_index().
<!-- ##### FUNCTION g_ptr_array_remove_range ##### -->
<para>
Removes the given number of bytes starting at the given index from a
Removes the given number of pointers starting at the given index from a
#GPtrArray. The following elements are moved to close the gap.
</para>