Home
last modified time | relevance | path

Searched refs:tox_self_get_status (Results 1 – 8 of 8) sorted by relevance

/dports/net-im/toxic/toxic-0.11.3/src/
H A Dapi.c75 return tox_self_get_status(user_tox); in api_get_status()
H A Dterm_mplex.c392 current_status = tox_self_get_status(m); in mplex_timer_handler()
H A Dprompt.c576 Tox_User_Status status = tox_self_get_status(m); in prompt_init_statusbar()
/dports/net-im/uTox/uTox/src/
H A Dtox.c179 self.status = tox_self_get_status(tox); in tox_after_load()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.h1229 TOX_USER_STATUS tox_self_get_status(const Tox *tox);
H A Dtox.c975 Tox_User_Status tox_self_get_status(const Tox *tox) in tox_self_get_status() function
/dports/net-im/qTox/qTox-1.17.4/src/core/
H A Dcore.cpp961 return static_cast<Status::Status>(tox_self_get_status(tox.get())); in getStatus()
/dports/net-im/py-toxcore-c/py-toxcore-c-0.2.0/pytox/
H A Dcore.c777 int status = tox_self_get_status(self->tox); in ToxCore_self_get_status()