mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix wrapper generation for linphone_core_set_dns_servers() function.
This commit is contained in:
parent
77e50236f9
commit
346e8ae92e
1 changed files with 1 additions and 1 deletions
|
|
@ -1594,7 +1594,7 @@ LINPHONE_PUBLIC bool_t linphone_core_dns_search_enabled(const LinphoneCore *lc);
|
|||
/**
|
||||
* Forces liblinphone to use the supplied list of dns servers, instead of system's ones.
|
||||
* @param[in] lc #LinphoneCore object.
|
||||
* @param[in] servers A list of strings containing the IP addresses of DNS servers to be used.
|
||||
* @param[in] servers \bctbx_list{const char *} A list of strings containing the IP addresses of DNS servers to be used.
|
||||
* Setting to NULL restores default behaviour, which is to use the DNS server list provided by the system.
|
||||
* The list is copied internally.
|
||||
* @ingroup media_parameters
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue