mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-01 10:49:26 +00:00
fix compilation error in gtk
This commit is contained in:
parent
34950ccb8a
commit
a7b1d33a26
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ void linphone_gtk_text_received(LinphoneCore *lc, LinphoneChatRoom *room, Linpho
|
|||
void linphone_gtk_friend_list_update_chat_picture();
|
||||
void linphone_gtk_friend_list_set_chat_conversation(const LinphoneAddress *la);
|
||||
gboolean linphone_gtk_friend_list_is_contact(const LinphoneAddress *addr);
|
||||
void linphone_gtk_friend_set_active_address(const LinphoneAddress *addr);
|
||||
void linphone_gtk_friend_list_set_active_address(const LinphoneAddress *addr);
|
||||
const LinphoneAddress *linphone_gtk_friend_list_get_active_address(void);
|
||||
void linphone_gtk_notebook_tab_select(GtkNotebook *notebook,GtkWidget *page,guint page_num, gpointer data);
|
||||
void linphone_gtk_show_friends(void);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue