Home
last modified time | relevance | path

Searched refs:TOX_USER_STATUS (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.h368 typedef enum TOX_USER_STATUS { enum
387 } TOX_USER_STATUS; typedef
1224 void tox_self_set_status(Tox *tox, TOX_USER_STATUS status);
1229 TOX_USER_STATUS tox_self_get_status(const Tox *tox);
1604 TOX_USER_STATUS tox_friend_get_status(const Tox *tox, uint32_t friend_number, TOX_ERR_FRIEND_QUERY …
1611 typedef void tox_friend_status_cb(Tox *tox, uint32_t friend_number, TOX_USER_STATUS status, void *u…
3247 typedef TOX_USER_STATUS Tox_User_Status;
H A Dtox.api.h2850 typedef TOX_USER_STATUS Tox_User_Status;
/dports/net-im/uTox/uTox/src/
H A Dtox_callbacks.c96 static void callback_user_status(Tox *UNUSED(tox), uint32_t fid, TOX_USER_STATUS status, void *UNUS… in callback_user_status()
362 static void callback_mdev_self_state(Tox *tox, uint32_t device_number, TOX_USER_STATUS state, void … in callback_mdev_self_state()
/dports/net-im/toxbot/ToxBot-1e4af05/src/
H A Dcommands.c612 TOX_USER_STATUS type; in cmd_status()
/dports/net-im/py-toxcore-c/py-toxcore-c-0.2.0/pytox/
H A Dcore.c79 static void callback_friend_status(Tox *tox, uint32_t friendnumber, TOX_USER_STATUS status, in callback_friend_status()