testQueueFree

fun testQueueFree(gfreePointer: <Error class: unknown class>? = null)

Enqueue a pointer to be released with g_free() during the next teardown phase. This is equivalent to calling g_test_queue_destroy() with a destroy callback of g_free().

Since

2.16

Parameters

gfreePointer

the pointer to be stored.