From 28e6664aae9f098ec400753033deb71d9f769808 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Mon, 12 Jun 2017 14:16:27 +0200 Subject: [PATCH] feat(core): wrap `linphone_core_video_supported` in C++ --- include/linphone/core.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/linphone/core.h b/include/linphone/core.h index eec6369cc..463f95f78 100644 --- a/include/linphone/core.h +++ b/include/linphone/core.h @@ -3164,7 +3164,10 @@ LINPHONE_PUBLIC void linphone_core_migrate_logs_from_rc_to_db(LinphoneCore *lc); */ LINPHONE_PUBLIC bool_t linphone_core_vcard_supported(void); -/* video support */ +/** + * Test if video is supported + * @ingroup misc +**/ LINPHONE_PUBLIC bool_t linphone_core_video_supported(LinphoneCore *lc); /**