mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
Small documentation fixes.
This commit is contained in:
parent
570be5ea3f
commit
f59489c76d
1 changed files with 5 additions and 1 deletions
|
|
@ -120,7 +120,6 @@ typedef enum _LinphoneTransportType LinphoneTransportType;
|
|||
* return NULL.
|
||||
*
|
||||
* @ingroup linphone_address
|
||||
* @var LinphoneAddress
|
||||
*/
|
||||
typedef struct SalAddress LinphoneAddress;
|
||||
|
||||
|
|
@ -2508,7 +2507,12 @@ LINPHONE_PUBLIC void linphone_core_init_default_params(LinphoneCore*lc, Linphone
|
|||
*/
|
||||
LINPHONE_PUBLIC bool_t linphone_core_tunnel_available(void);
|
||||
|
||||
/**
|
||||
* Linphone tunnel object.
|
||||
* @ingroup tunnel
|
||||
*/
|
||||
typedef struct _LinphoneTunnel LinphoneTunnel;
|
||||
|
||||
/**
|
||||
* get tunnel instance if available
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue