API Version: 2.0
Library Version: 2.74
Generated by gi-docgen 2023.2
void g_free ( gpointer mem )
Frees the memory pointed to by mem.
mem
If mem is NULL it simply returns, so there is no need to check mem against NULL before calling this function.
NULL
Type: gpointer
gpointer
The memory to free.