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
24d627ad
Commit
24d627ad
authored
Nov 29, 2017
by
Ronan
Browse files
fix(c-chat-message): remove linphone_chat_message_get_storage_id
parent
220ab0f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
include/linphone/api/c-chat-message.h
include/linphone/api/c-chat-message.h
+0
-7
No files found.
include/linphone/api/c-chat-message.h
View file @
24d627ad
...
...
@@ -125,13 +125,6 @@ LINPHONE_PUBLIC void linphone_chat_message_set_content_type(LinphoneChatMessage
*/
LINPHONE_PUBLIC
const
char
*
linphone_chat_message_get_text
(
LinphoneChatMessage
*
msg
);
/**
* Returns the id used to identify this message in the storage database
* @param message the message
* @return the id
*/
LINPHONE_PUBLIC
unsigned
int
linphone_chat_message_get_storage_id
(
LinphoneChatMessage
*
msg
);
/**
* Get the message identifier.
* It is used to identify a message so that it can be notified as delivered and/or displayed.
...
...
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