Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.c79 tox_friend_typing_cb *friend_typing_callback; member
171 if (tox_data->tox->friend_typing_callback != nullptr) { in tox_friend_typing_handler()
172 …tox_data->tox->friend_typing_callback(tox_data->tox, friend_number, is_typing, tox_data->user_data… in tox_friend_typing_handler()
1332 tox->friend_typing_callback = callback; in tox_callback_friend_typing()