mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 06:09:39 +00:00
Make import/export vcards callback public might fix the buttons doing nothing on windows issue
This commit is contained in:
parent
2e086ee415
commit
71953c5c01
1 changed files with 3 additions and 0 deletions
|
|
@ -367,6 +367,9 @@ LINPHONE_PUBLIC gboolean linphone_gtk_auto_answer_enabled(void);
|
|||
LINPHONE_PUBLIC void linphone_gtk_update_status_bar_icons(void);
|
||||
LINPHONE_PUBLIC void linphone_gtk_enable_auto_answer(GtkToggleButton *checkbox, gpointer user_data);
|
||||
|
||||
LINPHONE_PUBLIC void linphone_gtk_import_contacts(void);
|
||||
LINPHONE_PUBLIC void linphone_gtk_export_contacts(void);
|
||||
|
||||
LINPHONE_PUBLIC void linphone_gtk_mark_chat_read(LinphoneChatRoom *cr);
|
||||
#ifdef __APPLE__
|
||||
LINPHONE_PUBLIC void linphone_gtk_update_badge_count();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue