mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix(core): remove useless typedef
This commit is contained in:
parent
6f14954482
commit
4272b608a9
2 changed files with 1 additions and 14 deletions
|
|
@ -105,7 +105,7 @@ typedef struct _LinphoneChatRoomCbs LinphoneChatRoomCbs;
|
|||
* An chat message is the object that is sent and received through LinphoneChatRooms.
|
||||
* @ingroup chatroom
|
||||
*/
|
||||
typedef struct _LinphoneMessage LinphoneMessage;
|
||||
typedef struct _LinphoneChatMessage LinphoneChatMessage;
|
||||
|
||||
/**
|
||||
* An object to handle the callbacks for the handling a LinphoneChatMessage objects.
|
||||
|
|
|
|||
|
|
@ -318,19 +318,6 @@ typedef enum _LinphoneCallStatus {
|
|||
LinphoneCallDeclinedElsewhere /**<The call was declined on another device*/
|
||||
} LinphoneCallStatus;
|
||||
|
||||
/**
|
||||
* A chat room message to hold content to be sent.
|
||||
* Can be created by linphone_chat_room_create_message().
|
||||
* @ingroup chatroom
|
||||
*/
|
||||
typedef struct _LinphoneChatMessage LinphoneChatMessage;
|
||||
|
||||
/**
|
||||
* An object to handle the callbacks for the handling a LinphoneChatMessage objects.
|
||||
* @ingroup chatroom
|
||||
*/
|
||||
typedef struct _LinphoneChatMessageCbs LinphoneChatMessageCbs;
|
||||
|
||||
/**
|
||||
* LinphoneChatMessageState is used to notify if messages have been succesfully delivered or not.
|
||||
* @ingroup chatroom
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue