XMMS2
|
Functions | |
int | xmmsv_c2c_message_get_sender (xmmsv_t *c2c_msg) XMMS_PUBLIC |
Extract the sender id from a c2c message. More... | |
int | xmmsv_c2c_message_get_id (xmmsv_t *c2c_msg) XMMS_PUBLIC |
Extract the id from a c2c message. More... | |
int | xmmsv_c2c_message_get_destination (xmmsv_t *c2c_msg) XMMS_PUBLIC |
Extract the destination id from a c2c message. More... | |
xmmsv_t * | xmmsv_c2c_message_get_payload (xmmsv_t *c2c_msg) XMMS_PUBLIC |
Extract the payload from a c2c message. More... | |
int xmmsv_c2c_message_get_destination | ( | xmmsv_t * | msg | ) |
Extract the destination id from a c2c message.
msg | The client-to-client-message. |
int xmmsv_c2c_message_get_id | ( | xmmsv_t * | msg | ) |
Extract the id from a c2c message.
msg | The client-to-client message. |
Extract the payload from a c2c message.
msg | The client-to-client message. |
int xmmsv_c2c_message_get_sender | ( | xmmsv_t * | msg | ) |
Extract the sender id from a c2c message.
msg | The client-to-client message. |