Node.pushAllocator

Warning g_node_push_allocator has been deprecated since version 2.10 and should not be used in newly-written code. It does nothing, since GNode has been converted to the slice allocator Sets the allocator to use to allocate GNode elements. Use g_node_pop_allocator() to restore the previous allocator. Note that this function is not available if GLib has been compiled with --disable-mem-pools

class Node
static
void
pushAllocator
(
void* dummy
)

Parameters

dummy void*

the GAllocator to use when allocating GNode elements.

Meta