API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.16
void g_test_queue_free ( gpointer gfree_pointer )
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().
g_free()
g_test_queue_destroy()
Available since: 2.16
gfree_pointer
Type: gpointer
gpointer
The pointer to be stored.
NULL