testQueueFree

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.

void
testQueueFree
(
void* gfreePointer = null
)

Parameters

gfreePointer void*

the pointer to be stored.