mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-25 15:00:41 +02:00
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:
parent
46fda0cf41
commit
ce1509b6ae
@ -1,7 +1,8 @@
|
|||||||
2005-03-29 Matthias Clasen <mclasen@redhat.com>
|
2005-03-29 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/tmpl/arrays_pointer.sgml: Clarify the docs for
|
* 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>
|
2005-03-29 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
|
@ -157,7 +157,7 @@ g_ptr_array_remove_index().
|
|||||||
|
|
||||||
<!-- ##### FUNCTION g_ptr_array_remove_range ##### -->
|
<!-- ##### FUNCTION g_ptr_array_remove_range ##### -->
|
||||||
<para>
|
<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.
|
#GPtrArray. The following elements are moved to close the gap.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user