mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
New function to call a function for each element of a GPtrArray. (#114790)
Fri Dec 26 02:03:58 2003 Matthias Clasen <maclas@gmx.de> * glib/garray.[hc] (g_ptr_array_foreach): New function to call a function for each element of a GPtrArray. (#114790) * tests/array-test.c (main): Add a test for g_ptr_array_foreach().
This commit is contained in:
committed by
Matthias Clasen
parent
07cbd50ea8
commit
e09de99eb5
@@ -1,3 +1,7 @@
|
||||
Fri Dec 26 02:04:49 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/glib-sections.txt: Add g_ptr_array_foreach().
|
||||
|
||||
Sun Dec 21 01:01:34 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/tmpl/misc_utils.sgml: Document the encoding of
|
||||
|
@@ -1638,6 +1638,7 @@ g_ptr_array_sort_with_data
|
||||
g_ptr_array_set_size
|
||||
g_ptr_array_index
|
||||
g_ptr_array_free
|
||||
g_ptr_array_foreach
|
||||
|
||||
</SECTION>
|
||||
|
||||
|
Reference in New Issue
Block a user