From b95a9b8cf6807f5a218b4dcf669a79cbc0bcafb0 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 13 Feb 2017 18:25:10 +0100 Subject: [PATCH] Fix automatic wrapper generation. --- include/linphone/call.h | 3 ++- include/linphone/core.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/linphone/call.h b/include/linphone/call.h index 61d2260c6..8d5985274 100644 --- a/include/linphone/call.h +++ b/include/linphone/call.h @@ -447,7 +447,8 @@ LINPHONE_PUBLIC int linphone_call_accept_early_media_with_params(LinphoneCall *c * In case no changes are requested through the LinphoneCallParams argument, then this argument can be omitted and set to NULL. * WARNING: Updating a call in the LinphoneCallPaused state will still result in a paused call even if the media directions set in the * params are sendrecv. To resume a paused call, you need to call linphone_call_resume(). - * @param[in] call A LinphoneCall update + * + * @param[in] call A LinphoneCall object * @param[in] params The new call parameters to use (may be NULL) * @return 0 if successful, -1 otherwise. **/ diff --git a/include/linphone/core.h b/include/linphone/core.h index b31a99688..26e6125f6 100644 --- a/include/linphone/core.h +++ b/include/linphone/core.h @@ -1347,6 +1347,7 @@ LINPHONE_PUBLIC LINPHONE_DEPRECATED int linphone_core_resume_call(LinphoneCore * * In case no changes are requested through the LinphoneCallParams argument, then this argument can be omitted and set to NULL. * WARNING: Updating a call in the LinphoneCallPaused state will still result in a paused call even if the media directions set in the * params are sendrecv. To resume a paused call, you need to call linphone_core_resume_call(). + * * @param[in] lc LinphoneCore object * @param[in] call The call to be updated * @param[in] params The new call parameters to use (may be NULL)