GTrashStack

Each piece of memory that is pushed onto the stack is cast to a GTrashStack*.

More...
struct GTrashStack {}

Members

Variables

next
GTrashStack* next;

pointer to the previous element of the stack, gets stored in the first sizeof (gpointer) bytes of the element

Detailed Description

Deprecated: #GTrashStack is deprecated without replacement

Meta