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
f2064468
Commit
f2064468
authored
Jul 22, 2016
by
Ghislain MARY
Browse files
Add definition of function to know if VCard support is builtin.
parent
97fbbf32
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
coreapi/linphonecore.h
coreapi/linphonecore.h
+6
-0
No files found.
coreapi/linphonecore.h
View file @
f2064468
...
...
@@ -3480,6 +3480,12 @@ LINPHONE_PUBLIC void linphone_core_migrate_logs_from_rc_to_db(LinphoneCore *lc);
* @}
**/
/**
* Tells whether VCARD support is builtin.
* @return TRUE if VCARD is supported, FALSE otherwise.
* @ingroup misc
*/
LINPHONE_PUBLIC
bool_t
linphone_core_vcard_supported
(
void
);
/* video support */
LINPHONE_PUBLIC
bool_t
linphone_core_video_supported
(
LinphoneCore
*
lc
);
...
...
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