Home
last modified time | relevance | path

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

/dports/net-im/qTox/qTox-1.17.4/src/core/
H A Dcore.h215 static void onGroupTitleChange(Tox* tox, uint32_t groupId, uint32_t peerId,
H A Dcore.cpp195 tox_callback_conference_title(tox, onGroupTitleChange); in registerCallbacks()
623 void Core::onGroupTitleChange(Tox*, uint32_t groupId, uint32_t peerId, const uint8_t* cTitle, in onGroupTitleChange() function in Core