glib/docs/reference
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
..
gio Merge branch 'gio-thumbnail-sizes' into 'main' 2022-12-08 09:04:45 +00:00
glib garray: Add g_ptr_array_new_take() to take a C array without copies 2022-12-19 19:55:28 +01:00
gobject docs: Remove a stray > in the glib-mkenums man page 2022-12-07 08:17:17 +00:00
.gitignore .gitignore manpages (*.1) 2010-05-24 23:21:01 -04:00
AUTHORS Initial revision 1999-08-16 17:58:30 +00:00
COPYING Initial revision 1999-08-16 17:58:30 +00:00
meson.build meson: Expose library build type as global variables 2022-10-31 14:08:31 +01:00
NEWS Initial revision 1999-08-16 17:58:30 +00:00