forked from mirrors/linphone-iphone
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