Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
013d3342
Commit
013d3342
authored
Sep 19, 2017
by
Ronan
Browse files
fix(c-types): sort
parent
840a52c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
+16
-7
include/linphone/api/c-types.h
include/linphone/api/c-types.h
+16
-7
No files found.
include/linphone/api/c-types.h
View file @
013d3342
...
...
@@ -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
_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
* 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
_LinphoneMessageEvent
LinphoneMessageEvent
;
// =============================================================================
// C Enums.
// =============================================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment