GTrashStack

Main Gtk struct. Each piece of memory that is pushed onto the stack is cast to a GTrashStack*. GTrashStack *next; pointer to the previous element of the stack, gets stored in the first sizeof (gpointer) bytes of the element.

struct GTrashStack {}

Members

Variables

next
GTrashStack* next;
Undocumented in source.

Meta