mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Deprecate linphone_address_destroy().
This commit is contained in:
parent
8fa788510d
commit
546200b61e
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ bool_t linphone_address_weak_equal(const LinphoneAddress *a1, const LinphoneAddr
|
|||
|
||||
/**
|
||||
* Destroys a LinphoneAddress object (actually calls linphone_address_unref()).
|
||||
* @deprecated Use linphone_address_unref() instead
|
||||
**/
|
||||
void linphone_address_destroy(LinphoneAddress *u){
|
||||
sal_address_unref(u);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue