mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 05:38:14 +00:00
One more fix for Visual Studio.
This commit is contained in:
parent
02b9679551
commit
e96e46980d
1 changed files with 6 additions and 6 deletions
|
|
@ -353,12 +353,12 @@ static gboolean _linphone_status_icon_impl_is_supported(
|
|||
}
|
||||
|
||||
static const _LinphoneStatusIconDesc _linphone_status_icon_impl_gtk_desc = {
|
||||
.impl_name = "gtk_status_icon",
|
||||
.init = _linphone_status_icon_impl_gtk_init,
|
||||
.uninit = NULL,
|
||||
.start = _linphone_status_icon_impl_gtk_start,
|
||||
.enable_blinking = _linphone_status_icon_impl_enable_blinking,
|
||||
.is_supported = _linphone_status_icon_impl_is_supported
|
||||
"gtk_status_icon",
|
||||
_linphone_status_icon_impl_gtk_init,
|
||||
NULL,
|
||||
_linphone_status_icon_impl_gtk_start,
|
||||
_linphone_status_icon_impl_enable_blinking,
|
||||
_linphone_status_icon_impl_is_supported
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue