testQueueFree

fnvoid 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

gfreePointerthe pointer to be stored.