Warning g_mem_chunk_alloc0 has been deprecated since version 2.10 and should not be used in newly-written code. Use g_slice_alloc0() instead Allocates an atom of memory from a GMemChunk, setting the memory to 0.
a pointer to the allocated atom.
See Implementation
Warning g_mem_chunk_alloc0 has been deprecated since version 2.10 and should not be used in newly-written code. Use g_slice_alloc0() instead Allocates an atom of memory from a GMemChunk, setting the memory to 0.