Xfce Generics

Xfce Generics

Functions

#define XFCE_GENERIC_STACK()
#define xfce_stack_new()
#define xfce_stack_free()
#define xfce_stack_top()
#define xfce_stack_pop()
#define xfce_stack_push()

Includes

#include <libxfce4util/libxfce4util.h>

Description

Functions

XFCE_GENERIC_STACK()

#define             XFCE_GENERIC_STACK(Type)

xfce_stack_new()

#define             xfce_stack_new(StackType)

xfce_stack_free()

#define             xfce_stack_free(stack)

xfce_stack_top()

#define             xfce_stack_top(stack)

xfce_stack_pop()

#define             xfce_stack_pop(stack)

xfce_stack_push()

#define             xfce_stack_push(stack, value)

Types and Values