Deprecated
[The type xmmsv_t]


Functions

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.


Function Documentation

const char* xmmsv_get_error_old ( const xmmsv_t val  ) 

Legacy alias to retrieve the error string from an xmmsv_t.

Deprecated:
Obsolete now, use xmmsv_get_error instead!

Parameters:
val an error xmmsv_t
Returns:
the error string if valid, NULL otherwise.

Definition at line 462 of file value.c.

int xmmsv_get_uint ( const xmmsv_t val,
uint32_t *  r 
)

Retrieves a unsigned integer from the value.

Deprecated:
Parameters:
val a xmmsv_t containing an unsigned integer.
r the return unsigned integer.
Returns:
1 upon success otherwise 0

Definition at line 842 of file value.c.

Referenced by xmmsv_dict_format().

int xmmsv_is_dict ( const xmmsv_t val  )  [inline]

Check if the value stores a dict.

Deprecated:
Parameters:
val a xmmsv_t
Returns:
1 if value stores a dict, 0 otherwise.

Definition at line 449 of file value.c.


Generated on Fri Feb 26 14:38:17 2016 for XMMS2 by  doxygen 1.5.6