Go to the source code of this file.
Functions | |
char | easydbus_elem_get_boolean (const EasyDbus_elem *) |
Get boolean from boolean element. | |
int | easydbus_elem_get_byte (const EasyDbus_elem *, char *) |
Get byte from byte element and save value on byte input param. | |
const EasyDbus_container * | easydbus_elem_get_container (const EasyDbus_elem *) |
Get container object from element. | |
int | easydbus_elem_get_double (const EasyDbus_elem *, double *) |
Get double from double element. | |
const EasyDbus_elem * | easydbus_elem_get_element (const EasyDbus_elem *, unsigned int) |
Get n-element from element passed in input. | |
int | easydbus_elem_get_i16 (const EasyDbus_elem *elem, short *) |
Get int16 from int16 element. | |
int | easydbus_elem_get_i32 (const EasyDbus_elem *, int *) |
Get int32 from int32 element. | |
int | easydbus_elem_get_i64 (const EasyDbus_elem *, long long *) |
Get int64 from int64 element. | |
const EasyDbus_elem * | easydbus_elem_get_next (const EasyDbus_elem *) |
Get next element of element object passed in input. | |
const char * | easydbus_elem_get_obj_path (const EasyDbus_elem *) |
Get object path string from element object. | |
const char * | easydbus_elem_get_signature (const EasyDbus_elem *) |
Get signature string from element object. | |
const char * | easydbus_elem_get_string (const EasyDbus_elem *) |
Get string from string element. | |
enum el_type | easydbus_elem_get_type (const EasyDbus_elem *) |
Get type of element object. | |
int | easydbus_elem_get_ui16 (const EasyDbus_elem *elem, unsigned short *) |
Get uint16 from uint16 element. | |
int | easydbus_elem_get_ui32 (const EasyDbus_elem *, unsigned int *) |
Get uint32 from uint32 element. | |
int | easydbus_elem_get_ui64 (const EasyDbus_elem *, unsigned long long *) |
Get uint64 from uint64 element. |