Fix automatic wrapper generation.

This commit is contained in:
Ghislain MARY 2017-02-13 18:25:10 +01:00
parent d9932c3e66
commit b95a9b8cf6
2 changed files with 3 additions and 1 deletions

View file

@ -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.
**/

View file

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