#include <assert.h>
#include "xmmspriv/xmms_list.h"
#include "xmmsclientpriv/xmmsclient_util.h"
#include <stdlib.h>
Go to the source code of this file.
#define _x_list_alloc x_list_alloc |
Definition at line 34 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 57 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 65 of file xlist.c.
Referenced by x_list_insert(), xmmsc_coll_add_operand(), and xmmsc_coll_attribute_set().
Definition at line 276 of file xlist.c.
Referenced by xmmsc_coll_attribute_remove(), xmmsc_coll_operand_list_clear(), xmmsc_coll_operand_list_restore(), and xmmsc_coll_remove_operand().
void x_list_foreach | ( | x_list_t * | list, | |
XFunc | func, | |||
void * | user_data | |||
) |
int x_list_index | ( | x_list_t * | list, | |
const void * | data | |||
) |
void* x_list_nth_data | ( | x_list_t * | list, | |
unsigned int | n | |||
) |
Definition at line 86 of file xlist.c.
Referenced by x_list_insert(), and xmmsc_coll_operand_list_save().