mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix(c-types): sort
This commit is contained in:
parent
840a52c5bd
commit
013d334226
1 changed files with 17 additions and 8 deletions
|
|
@ -69,7 +69,10 @@ typedef unsigned char bool_t;
|
|||
typedef struct _LinphoneAddress LinphoneAddress;
|
||||
|
||||
typedef struct _LinphoneCall LinphoneCall;
|
||||
typedef struct _LinphoneCallEvent LinphoneCallEvent;
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Chatroom.
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* A chat room is the place where text messages are exchanged.
|
||||
|
|
@ -84,18 +87,24 @@ typedef struct _LinphoneChatRoom LinphoneChatRoom;
|
|||
*/
|
||||
typedef struct _LinphoneChatRoomCbs LinphoneChatRoomCbs;
|
||||
|
||||
typedef struct _LinphoneMessage LinphoneMessage;
|
||||
|
||||
/**
|
||||
* The LinphoneParticipant object represents a participant of a conference.
|
||||
* @ingroup misc
|
||||
**/
|
||||
typedef struct _LinphoneParticipant LinphoneParticipant;
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// EventLog.
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
typedef struct _LinphoneCallEvent LinphoneCallEvent;
|
||||
typedef struct _LinphoneConferenceEvent LinphoneConferenceEvent;
|
||||
typedef struct _LinphoneConferenceParticipantEvent LinphoneConferenceParticipantEvent;
|
||||
typedef struct _LinphoneEventLog LinphoneEventLog;
|
||||
typedef struct _LinphoneMessage LinphoneMessage;
|
||||
typedef struct _LinphoneMessageEvent LinphoneMessageEvent;
|
||||
|
||||
/**
|
||||
* The LinphoneParticipant object represents a participant of a conference.
|
||||
* @ingroup misc
|
||||
**/
|
||||
typedef struct _LinphoneParticipant LinphoneParticipant;
|
||||
|
||||
// =============================================================================
|
||||
// C Enums.
|
||||
// =============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue