forked from Green-Sky/tomato
Squashed 'external/toxcore/c-toxcore/' changes from 3e05824b80..da438763d5
da438763d5 chore: Release 0.2.19 f90417987c chore: Add cmake flag to disable unit tests. 7df3f99417 docs: Document that group topic lock is default on. 9e9ed77390 docs: Add missing param docs for callbacks. 0ec4978de5 refactor: Don't expose Tox_System in the public API a3d1b8595c docs: Public headers, Core/toxcore -> Tox/the Tox library f78d0f3f39 docs: Public headers, events_alloc -> internal 817518949e docs: Public headers, NULL-terminated -> NUL-terminated be085db191 docs: Public headers, spellcheck 4c902955f3 docs: Public headers, 80 column width comments be8a82a818 docs: Public headers, null -> NULL 419d783d95 docs: Public headers, tox -> Tox 5c8aa65e41 docs: Update user data API explanation ad4921dbaa cleanup: A more descriptive error for group invite accept function git-subtree-dir: external/toxcore/c-toxcore git-subtree-split: da438763d5b8e071de6e061a1dcaddd2177dff7d
This commit is contained in:
@ -265,14 +265,6 @@ void tox_options_set_experimental_thread_safety(
|
||||
{
|
||||
options->experimental_thread_safety = experimental_thread_safety;
|
||||
}
|
||||
const Tox_System *tox_options_get_operating_system(const Tox_Options *options)
|
||||
{
|
||||
return options->operating_system;
|
||||
}
|
||||
void tox_options_set_operating_system(Tox_Options *options, const Tox_System *operating_system)
|
||||
{
|
||||
options->operating_system = operating_system;
|
||||
}
|
||||
bool tox_options_get_experimental_groups_persistence(const Tox_Options *options)
|
||||
{
|
||||
return options->experimental_groups_persistence;
|
||||
@ -1451,8 +1443,8 @@ const char *tox_err_group_invite_accept_to_string(Tox_Err_Group_Invite_Accept va
|
||||
case TOX_ERR_GROUP_INVITE_ACCEPT_PASSWORD:
|
||||
return "TOX_ERR_GROUP_INVITE_ACCEPT_PASSWORD";
|
||||
|
||||
case TOX_ERR_GROUP_INVITE_ACCEPT_CORE:
|
||||
return "TOX_ERR_GROUP_INVITE_ACCEPT_CORE";
|
||||
case TOX_ERR_GROUP_INVITE_ACCEPT_FRIEND_NOT_FOUND:
|
||||
return "TOX_ERR_GROUP_INVITE_ACCEPT_FRIEND_NOT_FOUND";
|
||||
|
||||
case TOX_ERR_GROUP_INVITE_ACCEPT_FAIL_SEND:
|
||||
return "TOX_ERR_GROUP_INVITE_ACCEPT_FAIL_SEND";
|
||||
|
Reference in New Issue
Block a user