Clarify the docs for g_ptr_array_free and g_ptr_array_remove_range.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 29 Mar 2005 13:51:34 +0000 (13:51 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 29 Mar 2005 13:51:34 +0000 (13:51 +0000)
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)

docs/reference/ChangeLog
docs/reference/glib/tmpl/arrays_pointer.sgml

index 0f24aa0..b43b7f2 100644 (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>
 
index 605f1b5..a1b23a5 100644 (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>