XMMS2
|
#include "xmmsc/xmmsv_general.h"
Go to the source code of this file.
Defines | |
#define | XMMSV_TYPE_UINT32 XMMSV_TYPE_UINT32_IS_DEPRECATED() |
Functions | |
int | xmmsv_is_list (const xmmsv_t *val) XMMS_DEPRECATED |
Check if the value stores a list. | |
int | xmmsv_is_dict (const xmmsv_t *val) XMMS_DEPRECATED |
Check if the value stores a dict. | |
const char * | xmmsv_get_error_old (const xmmsv_t *val) XMMS_DEPRECATED |
Legacy alias to retrieve the error string from an
xmmsv_t. | |
int | xmmsv_get_uint (const xmmsv_t *val, uint32_t *r) XMMS_DEPRECATED |
Retrieves a unsigned integer from the value. |