mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Add LinphoneTransportType typedef documentation to the linphone_address group.
This commit is contained in:
parent
ae6948ded3
commit
996a6a0d0f
1 changed files with 4 additions and 0 deletions
|
|
@ -102,6 +102,10 @@ enum _LinphoneTransportType{
|
|||
};
|
||||
/*this enum MUST be kept in sync with the SalTransport from sal.h*/
|
||||
|
||||
/**
|
||||
* Typedef for transport type enum.
|
||||
* @ingroup linphone_address
|
||||
**/
|
||||
typedef enum _LinphoneTransportType LinphoneTransportType;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue