TrashStack.peek

Returns the element at the top of a GTrashStack which may be NULL.

class TrashStack
static
void*
peek

Parameters

stackP GTrashStack**

a pointer to a GTrashStack.

Return Value

Type: void*

the element at the top of the stack.

Meta