testQueueFree
fn
void testQueueFree(void * gfreePointer = null)Enqueue a pointer to be released with [glib.global.gfree] during the next teardown phase. This is equivalent to calling [glib.global.testQueueDestroy] with a destroy callback of [glib.global.gfree].
Parameters
gfreePointer | the pointer to be stored. |