1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 07:26:35 +01:00

implement group join rejection callback

This commit is contained in:
Jfreegman
2015-01-12 01:09:56 -05:00
parent ff3da5f657
commit 89637e7d2f
6 changed files with 72 additions and 3 deletions

View File

@@ -134,6 +134,7 @@ struct ToxWindow {
void(*onGroupTopicChange)(ToxWindow *, Tox *, int, uint32_t, const char *, uint16_t);
void(*onGroupSelfJoin)(ToxWindow *, Tox *, int);
void(*onGroupSelfTimeout)(ToxWindow *, Tox *, int);
void(*onGroupRejected)(ToxWindow *, Tox *, int, uint8_t);
#ifdef AUDIO