mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 09:58:54 +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
@@ -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