XMMS2
Macros | Functions
xmmsv_deprecated.h File Reference
#include "xmmsc/xmmsv_general.h"

Go to the source code of this file.

Macros

#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. More...
 
int xmmsv_is_dict (const xmmsv_t *val) XMMS_DEPRECATED
 Check if the value stores a dict. More...
 
const char * xmmsv_get_error_old (const xmmsv_t *val) XMMS_DEPRECATED
 Legacy alias to retrieve the error string from an xmmsv_t. More...
 
int xmmsv_get_uint (const xmmsv_t *val, uint32_t *r) XMMS_DEPRECATED
 Retrieves a unsigned integer from the value. More...