This commit is contained in:
Anurag Agarwal 2015-03-22 20:18:47 +05:30
parent b0983104d5
commit 79cbad38d0

View File

@ -1128,7 +1128,7 @@ typedef void tox_friend_status_message_cb(Tox *tox, uint32_t friend_number, cons
/** /**
* Set the callback for the `friend_status_message` event. Pass NULL to unset. * Set the callback for the `friend_status_message` event. Pass NULL to unset.
* *
* This event is triggered when a friend changes their name. * This event is triggered when a friend changes their status message.
*/ */
void tox_callback_friend_status_message(Tox *tox, tox_friend_status_message_cb *function, void *user_data); void tox_callback_friend_status_message(Tox *tox, tox_friend_status_message_cb *function, void *user_data);