mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
add doc for wrapping purposes
This commit is contained in:
parent
7e6b57a049
commit
e5e123ea96
1 changed files with 5 additions and 0 deletions
|
|
@ -309,6 +309,11 @@ LINPHONE_PUBLIC void linphone_proxy_config_refresh_register(LinphoneProxyConfig
|
|||
**/
|
||||
LINPHONE_PUBLIC void linphone_proxy_config_pause_register(LinphoneProxyConfig *cfg);
|
||||
|
||||
/**
|
||||
* Return the contact address of the proxy config.
|
||||
* @param[in] cfg #LinphoneProxyConfig object.
|
||||
* @return a #LinphoneAddress correspong to the contact address of the proxy config.
|
||||
**/
|
||||
LINPHONE_PUBLIC const LinphoneAddress* linphone_proxy_config_get_contact(const LinphoneProxyConfig *cfg);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue