XMMS2
|
#include "xmmsclientpriv/xmmsclient_util.h"
Go to the source code of this file.
Data Structures | |
struct | _x_list_t |
Macros | |
#define | x_list_previous(list) ((list) ? (((x_list_t *)(list))->prev) : NULL) |
#define | x_list_next(list) ((list) ? (((x_list_t *)(list))->next) : NULL) |
Typedefs | |
typedef struct _x_list_t | x_list_t |
#define x_list_next | ( | list | ) | ((list) ? (((x_list_t *)(list))->next) : NULL) |
Definition at line 98 of file xmms_list.h.
#define x_list_previous | ( | list | ) | ((list) ? (((x_list_t *)(list))->prev) : NULL) |
Definition at line 97 of file xmms_list.h.
Definition at line 36 of file xmms_list.h.
x_list_t* x_list_alloc | ( | void | ) |
Definition at line 35 of file xlist.c.
Referenced by x_list_insert_before().
Definition at line 64 of file xlist.c.
Referenced by x_list_insert().
void x_list_foreach | ( | x_list_t * | list, |
XFunc | func, | ||
void * | user_data | ||
) |
Definition at line 410 of file xlist.c.
Referenced by x_list_append(), and x_list_concat().
Definition at line 324 of file xlist.c.
Referenced by x_list_insert().
Definition at line 85 of file xlist.c.
Referenced by x_list_insert(), xmmsv_dict_get_size(), and xmmsv_list_restrict_type().
Definition at line 197 of file xlist.c.
Referenced by xmmsv_dict_get_size(), and xmmsv_list_restrict_type().