Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
aafd0693
Commit
aafd0693
authored
Oct 03, 2017
by
Sylvain Berfini
🎩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed from header methods deleted previously
parent
3ccf8850
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
include/linphone/api/c-chat-message.h
include/linphone/api/c-chat-message.h
+0
-15
No files found.
include/linphone/api/c-chat-message.h
View file @
aafd0693
...
...
@@ -244,21 +244,6 @@ LINPHONE_PUBLIC bool_t linphone_chat_message_is_file_transfer(LinphoneChatMessag
*/
LINPHONE_PUBLIC
bool_t
linphone_chat_message_is_text
(
LinphoneChatMessage
*
message
);
/**
* Get if a chat message is to be stored.
* @param[in] message LinphoneChatMessage object
* @return Whether or not the message is to be stored
*/
LINPHONE_PUBLIC
bool_t
linphone_chat_message_get_to_be_stored
(
const
LinphoneChatMessage
*
message
);
/**
* Set if a chat message is to be stored.
* This content type must match a content that is text representable, such as text/plain, text/html or image/svg+xml.
* @param[in] message LinphoneChatMessage object
* @param[in] to_be_stored Whether or not the chat message is to be stored
*/
LINPHONE_PUBLIC
void
linphone_chat_message_set_to_be_stored
(
LinphoneChatMessage
*
message
,
bool_t
to_be_stored
);
/**
* Start the download of the file from remote server
*
...
...
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