Files
glib/glib/tests
Marco Trevisan (Treviño) 14ded2ef94 garray: Add g_ptr_array_new_take() to take a C array without copies
GPtrArray is a nice interface to handle pointer arrays, however if a classic
array needs to be converted into a GPtrArray is currently needed to manually
go through all its elements and do new allocations that could be avoided.

So add g_ptr_array_new_take() which steals the data from an array of
pointers and allows to manage it using the GPtrArray API.
2022-12-19 19:55:28 +01:00
..
2022-07-05 11:06:49 +00:00
2022-07-25 22:30:22 +01:00
2022-09-15 03:43:04 +02:00
2018-12-17 16:19:31 -05:00
2013-11-23 00:39:07 -05:00