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
71953c5c
Commit
71953c5c
authored
Jun 29, 2016
by
Sylvain Berfini
🐮
Browse files
Make import/export vcards callback public might fix the buttons doing nothing on windows issue
parent
2e086ee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
gtk/linphone.h
gtk/linphone.h
+3
-0
No files found.
gtk/linphone.h
View file @
71953c5c
...
...
@@ -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
();
...
...
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