Home
last modified time | relevance | path

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

/dports/net-im/uTox/uTox/src/
H A Dtox.h91 TOX_GROUP_SEND_ACTION, enumerator
H A Dtox.c1121 case TOX_GROUP_SEND_ACTION: { in tox_thread_message()
1127 … type = (msg == TOX_GROUP_SEND_ACTION ? TOX_MESSAGE_TYPE_ACTION : TOX_MESSAGE_TYPE_NORMAL); in tox_thread_message()
/dports/net-im/uTox/uTox/src/layout/
H A Dgroup.c479 …postmessage_toxcore((action ? TOX_GROUP_SEND_ACTION : TOX_GROUP_SEND_MESSAGE), g->number, length, … in e_group_msg_onenter()