Function

GLibTrashStackpop

deprecated: 2.48 

Declaration

gpointer
g_trash_stack_pop (
  GTrashStack** stack_p
)

Description

Pops a piece of memory off a GTrashStack.

Deprecated since: 2.48

GTrashStack is deprecated without replacement.

Parameters

stack_p

Type: GTrashStack

A GTrashStack.

The data is owned by the caller of the function.

Return value

Type: gpointer

The element at the top of the stack.

The data is owned by the called function.
The return value can be NULL.