Struct
GLibTrashStack
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 |
Deprecated since: | 2.48 |
|
Functions
g_trash_stack_peek
Returns the element at the top of a GTrashStack
which may be NULL
.
Deprecated since: 2.48