mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Remove @donotwrap tag for just deprecated functions.
This commit is contained in:
parent
dbeba831a5
commit
6369dbdd63
1 changed files with 0 additions and 9 deletions
|
|
@ -71,19 +71,11 @@ LINPHONE_PUBLIC LinphoneAuthInfo *linphone_auth_info_ref(LinphoneAuthInfo *info)
|
|||
*/
|
||||
LINPHONE_PUBLIC void linphone_auth_info_unref(LinphoneAuthInfo *info);
|
||||
|
||||
/**
|
||||
* Sets the password.
|
||||
* @param[in] info The #LinphoneAuthInfo object
|
||||
* @param[in] passwd The password.
|
||||
**/
|
||||
LINPHONE_PUBLIC void linphone_auth_info_set_passwd(LinphoneAuthInfo *info, const char *passwd);
|
||||
|
||||
/**
|
||||
* Sets the password.
|
||||
* @param[in] info The #LinphoneAuthInfo object
|
||||
* @param[in] passwd The password.
|
||||
* @deprecated, use linphone_auth_info_set_password instead
|
||||
* @donotwrap
|
||||
**/
|
||||
LINPHONE_PUBLIC void linphone_auth_info_set_passwd(LinphoneAuthInfo *info, const char *passwd);
|
||||
|
||||
|
|
@ -171,7 +163,6 @@ LINPHONE_PUBLIC const char *linphone_auth_info_get_username(const LinphoneAuthIn
|
|||
* @param[in] info The #LinphoneAuthInfo object
|
||||
* @return The password.
|
||||
* @deprecated, use linphone_auth_info_get_password instead
|
||||
* @donotwrap
|
||||
*/
|
||||
LINPHONE_PUBLIC const char *linphone_auth_info_get_passwd(const LinphoneAuthInfo *info);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue