mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
Make linphone_core_get_device_rotation() public.
This commit is contained in:
parent
32e7ffe2bd
commit
e913d2e5a0
1 changed files with 1 additions and 1 deletions
|
|
@ -2801,7 +2801,7 @@ LINPHONE_PUBLIC void linphone_core_set_native_preview_window_id(LinphoneCore *lc
|
|||
**/
|
||||
LINPHONE_PUBLIC void linphone_core_use_preview_window(LinphoneCore *lc, bool_t yesno);
|
||||
|
||||
int linphone_core_get_device_rotation(LinphoneCore *lc );
|
||||
LINPHONE_PUBLIC int linphone_core_get_device_rotation(LinphoneCore *lc );
|
||||
LINPHONE_PUBLIC void linphone_core_set_device_rotation(LinphoneCore *lc, int rotation);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue