Make import/export vcards callback public might fix the buttons doing nothing on windows issue

This commit is contained in:
Sylvain Berfini 2016-06-29 10:10:13 +02:00
parent 2e086ee415
commit 71953c5c01

View file

@ -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();