summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index c95a4fd3..1db5c46e 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -280,7 +280,7 @@ int tox_get_self_status_message(Tox *tox, uint8_t *buf, uint32_t maxlen);
280 */ 280 */
281TOX_USERSTATUS tox_get_user_status(Tox *tox, int friendnumber); 281TOX_USERSTATUS tox_get_user_status(Tox *tox, int friendnumber);
282TOX_USERSTATUS tox_get_self_user_status(Tox *tox); 282TOX_USERSTATUS tox_get_self_user_status(Tox *tox);
283 283
284/* Set our typing status for a friend. 284/* Set our typing status for a friend.
285 * You are responsible for turning it on or off. 285 * You are responsible for turning it on or off.
286 * 286 *
@@ -288,7 +288,7 @@ TOX_USERSTATUS tox_get_self_user_status(Tox *tox);
288 * returns -1 on failure. 288 * returns -1 on failure.
289 */ 289 */
290int tox_set_user_is_typing(Tox *tox, int friendnumber, uint8_t is_typing); 290int tox_set_user_is_typing(Tox *tox, int friendnumber, uint8_t is_typing);
291 291
292/* Get the typing status of a friend. 292/* Get the typing status of a friend.
293 * 293 *
294 * returns 0 if friend is not typing. 294 * returns 0 if friend is not typing.
@@ -350,7 +350,7 @@ void tox_callback_status_message(Tox *tox, void (*function)(Tox *tox, int, uint8
350 * function(int friendnumber, USERSTATUS kind) 350 * function(int friendnumber, USERSTATUS kind)
351 */ 351 */
352void tox_callback_user_status(Tox *tox, void (*function)(Tox *tox, int, TOX_USERSTATUS, void *), void *userdata); 352void tox_callback_user_status(Tox *tox, void (*function)(Tox *tox, int, TOX_USERSTATUS, void *), void *userdata);
353 353
354/* Set the callback for typing changes. 354/* Set the callback for typing changes.
355 * function (int friendnumber, int is_typing) 355 * function (int friendnumber, int is_typing)
356 */ 356 */