XMMS2
|
Go to the source code of this file.
Macros | |
#define | _x_list_alloc x_list_alloc |
#define | _x_list_free_1 x_list_free_1 |
#define _x_list_alloc x_list_alloc |
Definition at line 33 of file xlist.c.
Referenced by x_list_append(), x_list_copy(), x_list_insert(), x_list_insert_sorted(), and x_list_prepend().
#define _x_list_free_1 x_list_free_1 |
Definition at line 56 of file xlist.c.
Referenced by x_list_delete_link(), x_list_remove(), and x_list_remove_all().
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().