Struct
GLibTrashStack
deprecated: 2.48 since: 2.0
Description
struct GTrashStack {
GTrashStack* next;
}
Each piece of memory that is pushed onto the stack is cast to a GTrashStack*.
Structure members
next
Pointer to the previous element of the stack, gets stored in the first
sizeof (gpointer)
bytes of the element.
Available since: 2.0
Deprecated since: 2.48
GTrashStack
is deprecated without replacement.
Functions
g_trash_stack_peek
Returns the element at the top of a GTrashStack
which may be NULL
.
deprecated: 2.48 since: 2.0