From 346e8ae92eed55fe3b12108b5f8fca815b035d69 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 22 Jun 2017 13:44:24 +0200 Subject: [PATCH] Fix wrapper generation for linphone_core_set_dns_servers() function. --- include/linphone/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linphone/core.h b/include/linphone/core.h index 463f95f78..472f61986 100644 --- a/include/linphone/core.h +++ b/include/linphone/core.h @@ -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