gvc-stream-status-icon.c: In function ‘popup_dock’:
gvc-stream-status-icon.c:76:9: warning: ‘gtk_status_icon_get_screen’ is deprecated [-Wdeprecated-declarations]
76 | screen = gtk_status_icon_get_screen (GTK_STATUS_ICON (icon));
| ^~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:275,
from gvc-stream-status-icon.c:25:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:131:23: note: declared here
131 | GdkScreen *gtk_status_icon_get_screen (GtkStatusIcon *status_icon);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-stream-status-icon.c:78:9: warning: ‘gtk_status_icon_get_geometry’ is deprecated [-Wdeprecated-declarations]
78 | if (gtk_status_icon_get_geometry (GTK_STATUS_ICON (icon),
| ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:166:23: note: declared here
166 | gboolean gtk_status_icon_get_geometry (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-stream-status-icon.c: In function ‘on_status_icon_popup_menu’:
gvc-stream-status-icon.c:270:9: warning: ‘gtk_menu_popup’ is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
270 | gtk_menu_popup (GTK_MENU (menu),
| ^~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34,
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
from /usr/include/gtk-3.0/gtk/gtk.h:33:
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
138 | void gtk_menu_popup (GtkMenu *menu,
| ^~~~~~~~~~~~~~
gvc-stream-status-icon.c:273:25: warning: ‘gtk_status_icon_position_menu’ is deprecated [-Wdeprecated-declarations]
273 | gtk_status_icon_position_menu,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:160:23: note: declared here
160 | void gtk_status_icon_position_menu (GtkMenu *menu,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-stream-status-icon.c: In function ‘update_icon’:
gvc-stream-status-icon.c:397:17: warning: ‘gtk_status_icon_set_has_tooltip’ is deprecated [-Wdeprecated-declarations]
397 | gtk_status_icon_set_has_tooltip (GTK_STATUS_ICON (icon), FALSE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:134:23: note: declared here
134 | void gtk_status_icon_set_has_tooltip (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-stream-status-icon.c:400:17: warning: ‘gtk_status_icon_set_has_tooltip’ is deprecated [-Wdeprecated-declarations]
400 | gtk_status_icon_set_has_tooltip (GTK_STATUS_ICON (icon), TRUE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:134:23: note: declared here
134 | void gtk_status_icon_set_has_tooltip (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-stream-status-icon.c:423:17: warning: ‘gtk_status_icon_set_from_icon_name’ is deprecated [-Wdeprecated-declarations]
423 | gtk_status_icon_set_from_icon_name (GTK_STATUS_ICON (icon),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here
106 | void gtk_status_icon_set_from_icon_name (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-stream-status-icon.c:467:9: warning: ‘gtk_status_icon_set_tooltip_markup’ is deprecated [-Wdeprecated-declarations]
467 | gtk_status_icon_set_tooltip_markup (GTK_STATUS_ICON (icon), markup);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:140:23: note: declared here
140 | void gtk_status_icon_set_tooltip_markup (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-stream-status-icon.c: In function ‘gvc_stream_status_icon_set_icon_names’:
gvc-stream-status-icon.c:490:9: warning: ‘gtk_status_icon_set_from_icon_name’ is deprecated [-Wdeprecated-declarations]
490 | gtk_status_icon_set_from_icon_name (GTK_STATUS_ICON (icon), names[0]);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here
106 | void gtk_status_icon_set_from_icon_name (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-stream-status-icon.c: In function ‘on_status_icon_visible_notify’:
gvc-stream-status-icon.c:676:9: warning: ‘gtk_status_icon_get_visible’ is deprecated [-Wdeprecated-declarations]
676 | if (gtk_status_icon_get_visible (GTK_STATUS_ICON (icon)) == FALSE)
| ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:154:23: note: declared here
154 | gboolean gtk_status_icon_get_visible (GtkStatusIcon *status_icon);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-stream-status-icon.c: In function ‘on_icon_theme_change’:
gvc-stream-status-icon.c:685:9: warning: ‘gtk_status_icon_set_from_icon_name’ is deprecated [-Wdeprecated-declarations]
685 | gtk_status_icon_set_from_icon_name (GTK_STATUS_ICON (icon),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here
106 | void gtk_status_icon_set_from_icon_name (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-status-icon.c: In function ‘update_icon_input’:
gvc-status-icon.c:136:9: warning: ‘gtk_status_icon_set_visible’ is deprecated [-Wdeprecated-declarations]
136 | gtk_status_icon_set_visible (GTK_STATUS_ICON (status_icon->priv->icon_input), show);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:275,
from gvc-status-icon.c:29:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
151 | void gtk_status_icon_set_visible (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-status-icon.c: In function ‘update_icon_output’:
gvc-status-icon.c:153:17: warning: ‘gtk_status_icon_set_visible’ is deprecated [-Wdeprecated-declarations]
153 | gtk_status_icon_set_visible (GTK_STATUS_ICON (status_icon->priv->icon_output),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
151 | void gtk_status_icon_set_visible (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-status-icon.c:158:17: warning: ‘gtk_status_icon_set_visible’ is deprecated [-Wdeprecated-declarations]
158 | gtk_status_icon_set_visible (GTK_STATUS_ICON (status_icon->priv->icon_output),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
151 | void gtk_status_icon_set_visible (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-status-icon.c: In function ‘gvc_status_icon_init’:
gvc-status-icon.c:327:9: warning: ‘gtk_status_icon_set_title’ is deprecated [-Wdeprecated-declarations]
327 | gtk_status_icon_set_title (GTK_STATUS_ICON (status_icon->priv->icon_input),
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:143:23: note: declared here
143 | void gtk_status_icon_set_title (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
gvc-status-icon.c:329:9: warning: ‘gtk_status_icon_set_title’ is deprecated [-Wdeprecated-declarations]
329 | gtk_status_icon_set_title (GTK_STATUS_ICON (status_icon->priv->icon_output),
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:143:23: note: declared here
143 | void gtk_status_icon_set_title (GtkStatusIcon *status_icon,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
gvc-level-bar.c: In function ‘bar_calc_layout’:
gvc-level-bar.c:163:9: warning: ‘gtk_style_context_get_background_color’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
163 | gtk_style_context_get_background_color (context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27,
from /usr/include/gtk-3.0/gtk/gtk.h:127,
from gvc-level-bar.c:27:
/usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here
1201 | void gtk_style_context_get_background_color (GtkStyleContext *context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-level-bar.c:171:9: warning: ‘gtk_style_context_get_background_color’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
171 | gtk_style_context_get_background_color (context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here
1201 | void gtk_style_context_get_background_color (GtkStyleContext *context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
status-icon-main.c: In function ‘main’:
status-icon-main.c:73:9: warning: ‘G_APPLICATION_FLAGS_NONE’ is deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead [-Wdeprecated-declarations]
73 | app = g_application_new (GVC_STATUS_ICON_DBUS_NAME, G_APPLICATION_FLAGS_NONE);
| ^~~
In file included from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from status-icon-main.c:28:
/usr/include/glib-2.0/gio/gioenums.h:1563:3: note: declared here
1563 | G_APPLICATION_FLAGS_NONE GIO_DEPRECATED_ENUMERATOR_IN_2_74_FOR(G_APPLICATION_DEFAULT_FLAGS),
| ^~~~~~~~~~~~~~~~~~~~~~~~
dialog-main.c: In function ‘context_ready’:
dialog-main.c:86:9: warning: ‘G_APPLICATION_FLAGS_NONE’ is deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead [-Wdeprecated-declarations]
86 | app = gtk_application_new ("context.ready", G_APPLICATION_FLAGS_NONE);
| ^~~
In file included from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from dialog-main.c:27:
/usr/include/glib-2.0/gio/gioenums.h:1563:3: note: declared here
1563 | G_APPLICATION_FLAGS_NONE GIO_DEPRECATED_ENUMERATOR_IN_2_74_FOR(G_APPLICATION_DEFAULT_FLAGS),
| ^~~~~~~~~~~~~~~~~~~~~~~~
dialog-main.c: In function ‘main’:
dialog-main.c:220:9: warning: ‘G_APPLICATION_FLAGS_NONE’ is deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead [-Wdeprecated-declarations]
220 | app = g_application_new (GVC_DIALOG_DBUS_NAME, G_APPLICATION_FLAGS_NONE);
| ^~~
/usr/include/glib-2.0/gio/gioenums.h:1563:3: note: declared here
1563 | G_APPLICATION_FLAGS_NONE GIO_DEPRECATED_ENUMERATOR_IN_2_74_FOR(G_APPLICATION_DEFAULT_FLAGS),
| ^~~~~~~~~~~~~~~~~~~~~~~~
gvc-applet.c: In function ‘gvc_applet_set_mute’:
gvc-applet.c:461:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
461 | action = gtk_action_group_get_action (applet->priv->action_group, "MuteOutput");
| ^~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
from gvc-applet.c:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-applet.c:464:17: warning: ‘gtk_action_set_label’ is deprecated [-Wdeprecated-declarations]
464 | gtk_action_set_label (action, _("Unmute Output"));
| ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
from /usr/include/gtk-3.0/gtk/gtk.h:252:
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:164:23: note: declared here
164 | void gtk_action_set_label (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~
gvc-applet.c:465:17: warning: ‘gtk_action_set_icon_name’ is deprecated [-Wdeprecated-declarations]
465 | gtk_action_set_icon_name (action, "audio-volume-medium");
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:189:23: note: declared here
189 | void gtk_action_set_icon_name (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
gvc-applet.c:469:17: warning: ‘gtk_action_set_label’ is deprecated [-Wdeprecated-declarations]
469 | gtk_action_set_label (action, _("Mute Output"));
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:164:23: note: declared here
164 | void gtk_action_set_label (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~
gvc-applet.c:470:17: warning: ‘gtk_action_set_icon_name’ is deprecated [-Wdeprecated-declarations]
470 | gtk_action_set_icon_name (action, "audio-volume-muted");
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:189:23: note: declared here
189 | void gtk_action_set_icon_name (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
gvc-applet.c: In function ‘menu_output_mute’:
gvc-applet.c:491:17: warning: ‘gtk_action_set_label’ is deprecated [-Wdeprecated-declarations]
491 | gtk_action_set_label (action, "Unmute Output");
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:164:23: note: declared here
164 | void gtk_action_set_label (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~
gvc-applet.c:492:17: warning: ‘gtk_action_set_icon_name’ is deprecated [-Wdeprecated-declarations]
492 | gtk_action_set_icon_name( action, "audio-volume-medium");
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:189:23: note: declared here
189 | void gtk_action_set_icon_name (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
gvc-applet.c:497:17: warning: ‘gtk_action_set_label’ is deprecated [-Wdeprecated-declarations]
497 | gtk_action_set_label (action, "Mute Output");
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:164:23: note: declared here
164 | void gtk_action_set_label (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~
gvc-applet.c:498:17: warning: ‘gtk_action_set_icon_name’ is deprecated [-Wdeprecated-declarations]
498 | gtk_action_set_icon_name (action, "audio-volume-muted");
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:189:23: note: declared here
189 | void gtk_action_set_icon_name (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
gvc-applet.c: In function ‘gvc_applet_fill’:
gvc-applet.c:557:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
557 | applet->priv->action_group = gtk_action_group_new ("Volume Control Applet Actions");
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
gvc-applet.c:558:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
558 | gtk_action_group_set_translation_domain (applet->priv->action_group, GETTEXT_PACKAGE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:252:17: note: declared here
252 | void gtk_action_group_set_translation_domain (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gvc-applet.c:559:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
559 | gtk_action_group_add_actions (applet->priv->action_group, applet_menu_actions,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
applet-main.c: In function ‘applet_main’:
applet-main.c:45:9: warning: ‘G_APPLICATION_FLAGS_NONE’ is deprecated: Use 'G_APPLICATION_DEFAULT_FLAGS' instead [-Wdeprecated-declarations]
45 | app = g_application_new (GVC_APPLET_DBUS_NAME, G_APPLICATION_FLAGS_NONE);
| ^~~
In file included from /usr/include/glib-2.0/gio/giotypes.h:30,
from /usr/include/glib-2.0/gio/gio.h:28,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from applet-main.c:29:
/usr/include/glib-2.0/gio/gioenums.h:1563:3: note: declared here
1563 | G_APPLICATION_FLAGS_NONE GIO_DEPRECATED_ENUMERATOR_IN_2_74_FOR(G_APPLICATION_DEFAULT_FLAGS),
| ^~~~~~~~~~~~~~~~~~~~~~~~