From 110d44b87c7ef8ebb9846456e2442b0710adeec8 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 10 Dec 2014 12:02:00 +0100 Subject: [PATCH] Fix file_transfer_server documentation for automatic wrappers. --- coreapi/linphonecore.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 448c9aa57..81d9e4ab0 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -3211,6 +3211,7 @@ LINPHONE_PUBLIC void linphone_core_set_tone(LinphoneCore *lc, LinphoneToneID id, * Globaly set an http file transfer server to be used for content type application/vnd.gsma.rcs-ft-http+xml. This value can also be set for a dedicated account using #linphone_proxy_config_set_file_transfer_server * @param[in] core #LinphoneCore to be modified * @param[in] server_url URL of the file server like https://file.linphone.org/upload.php + * @ingroup misc * */ LINPHONE_PUBLIC void linphone_core_set_file_transfer_server(LinphoneCore *core, const char * server_url); @@ -3218,6 +3219,7 @@ LINPHONE_PUBLIC void linphone_core_set_file_transfer_server(LinphoneCore *core, * Get the globaly set http file transfer server to be used for content type application/vnd.gsma.rcs-ft-http+xml. * @param[in] core #LinphoneCore from which to get the server_url * @return URL of the file server like https://file.linphone.org/upload.php + * @ingroup misc * */ LINPHONE_PUBLIC const char * linphone_core_get_file_transfer_server(LinphoneCore *core);