Fix wrapper generation for linphone_core_set_dns_servers() function.

This commit is contained in:
Ghislain MARY 2017-06-22 13:44:24 +02:00
parent 77e50236f9
commit 346e8ae92e

View file

@ -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