configure: WARNING: unrecognized options: --with-x
configure: WARNING:
You will not be able to create source packages with 'make dist'
because gtk-doc >= 1.0 is not found.
configure: WARNING: unrecognized options: --with-x
INFO: Reading panel-marshal.list...
INFO: Reading panel-marshal.list...
panel-glib.c: In function ‘_unicode_get_utf8’:
panel-glib.c:111:46: warning: return discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
111 | return (*out == (gunichar)-1) ? NULL : g_utf8_next_char (text);
panel-widget.c: In function ‘panel_widget_reparent’:
panel-widget.c:2570:9: warning: ‘gtk_widget_reparent’ is deprecated [-Wdeprecated-declarations]
2570 | gtk_widget_reparent (applet, GTK_WIDGET (new_panel));
| ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27,
from /usr/include/gtk-3.0/gtk/gtkwindow.h:33,
from /usr/include/gtk-3.0/gtk/gtkdialog.h:32,
from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
from /usr/include/gtk-3.0/gtk/gtk.h:31,
from panel-widget.c:13:
/usr/include/gtk-3.0/gtk/gtkwidget.h:755:12: note: declared here
755 | void gtk_widget_reparent (GtkWidget *widget,
| ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:36,
from /usr/include/glib-2.0/glib.h:56,
from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
from /usr/include/gtk-3.0/gdk/gdk.h:30,
from panel-run-dialog.h:29,
from panel-run-dialog.c:33:
panel-run-dialog.c: In function ‘remove_parameters’:
/usr/include/glib-2.0/glib/gstring.h:78:5: warning: ignoring return value of ‘g_string_free_and_steal’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
74 | (__builtin_constant_p (free_segment) ? \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75 | ((free_segment) ? \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76 | (g_string_free) ((str), (free_segment)) : \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
77 | g_string_free_and_steal (str)) \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
78 | : \
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
79 | (g_string_free) ((str), (free_segment)))
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
panel-run-dialog.c:1057:9: note: in expansion of macro ‘g_string_free’
1057 | g_string_free (str, FALSE);
| ^~~~~~~~~~~~~
panel-stock-icons.c: In function ‘panel_init_stock_icons_and_items’:
panel-stock-icons.c:68:17: warning: ‘gtk_icon_size_register’ is deprecated [-Wdeprecated-declarations]
68 | panel_menu_icon_size = gtk_icon_size_register ("panel-menu",
| ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkstyleprovider.h:27,
from /usr/include/gtk-3.0/gtk/gtkstylecontext.h:27,
from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27,
from /usr/include/gtk-3.0/gtk/gtk.h:127,
from panel-stock-icons.h:30,
from panel-stock-icons.c:28:
/usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:122:23: note: declared here
122 | GtkIconSize gtk_icon_size_register (const gchar *name,
| ^~~~~~~~~~~~~~~~~~~~~~
panel-stock-icons.c:73:17: warning: ‘gtk_icon_size_register’ is deprecated [-Wdeprecated-declarations]
73 | panel_menu_icon_size = gtk_icon_size_register ("__panel-menu",
| ^~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:122:23: note: declared here
122 | GtkIconSize gtk_icon_size_register (const gchar *name,
| ^~~~~~~~~~~~~~~~~~~~~~
panel-stock-icons.c:80:17: warning: ‘gtk_icon_size_register’ is deprecated [-Wdeprecated-declarations]
80 | panel_menu_bar_icon_size = gtk_icon_size_register ("panel-foobar",
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:122:23: note: declared here
122 | GtkIconSize gtk_icon_size_register (const gchar *name,
| ^~~~~~~~~~~~~~~~~~~~~~
panel-stock-icons.c:84:17: warning: ‘gtk_icon_size_register’ is deprecated [-Wdeprecated-declarations]
84 | panel_menu_bar_icon_size = gtk_icon_size_register ("__panel-foobar",
| ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:122:23: note: declared here
122 | GtkIconSize gtk_icon_size_register (const gchar *name,
| ^~~~~~~~~~~~~~~~~~~~~~
panel-stock-icons.c:89:9: warning: ‘gtk_icon_size_register’ is deprecated [-Wdeprecated-declarations]
89 | panel_add_to_icon_size = gtk_icon_size_register ("panel-add-to",
| ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:122:23: note: declared here
122 | GtkIconSize gtk_icon_size_register (const gchar *name,
| ^~~~~~~~~~~~~~~~~~~~~~
panel-action-button.c: In function ‘wayland_shutdown_response_cb’:
panel-action-button.c:260:25: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
260 | system ("shutdown now");
| ^~~~~~~~~~~~~~~~~~~~~~~
panel-action-button.c:268:25: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
268 | system ("systemctl poweroff -i");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
panel-action-button.c:275:25: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
275 | system ("reboot now");
| ^~~~~~~~~~~~~~~~~~~~~
panel-action-button.c:280:25: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
280 | system ("systemctl reboot -i");
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
panel-background.c: In function ‘panel_background_prepare’:
panel-background.c:121:33: warning: ‘gdk_window_set_background_pattern’ is deprecated [-Wdeprecated-declarations]
121 | gdk_window_set_background_pattern (background->window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkseat.h:28,
from /usr/include/gtk-3.0/gdk/gdkdisplay.h:33,
from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from panel-background.h:32,
from panel-background.c:28:
/usr/include/gtk-3.0/gdk/gdkwindow.h:790:15: note: declared here
790 | void gdk_window_set_background_pattern (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
panel-background.c:127:33: warning: ‘gdk_window_set_background_rgba’ is deprecated [-Wdeprecated-declarations]
127 | gdk_window_set_background_rgba (
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkwindow.h:787:15: note: declared here
787 | void gdk_window_set_background_rgba (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
panel-background.c:132:25: warning: ‘gdk_window_set_background_rgba’ is deprecated [-Wdeprecated-declarations]
132 | gdk_window_set_background_rgba (
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkwindow.h:787:15: note: declared here
787 | void gdk_window_set_background_rgba (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
panel-background.c:142:17: warning: ‘gdk_window_set_background_rgba’ is deprecated [-Wdeprecated-declarations]
142 | gdk_window_set_background_rgba (background->window, &color);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkwindow.h:787:15: note: declared here
787 | void gdk_window_set_background_rgba (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
panel-background.c:148:17: warning: ‘gdk_window_set_background_pattern’ is deprecated [-Wdeprecated-declarations]
148 | gdk_window_set_background_pattern (background->window, background->composited_pattern);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkwindow.h:790:15: note: declared here
790 | void gdk_window_set_background_pattern (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xstuff.c: In function ‘draw_zoom_animation_composited’:
xstuff.c:216:9: warning: ‘gdk_window_set_background_pattern’ is deprecated [-Wdeprecated-declarations]
216 | gdk_window_set_background_pattern (gtk_widget_get_window (win), NULL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkseat.h:28,
from /usr/include/gtk-3.0/gdk/gdkdisplay.h:33,
from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from xstuff.c:26:
/usr/include/gtk-3.0/gdk/gdkwindow.h:790:15: note: declared here
790 | void gdk_window_set_background_pattern (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xstuff.c: In function ‘draw_zoom_animation_composited’:
xstuff.c:216:9: warning: ‘gdk_window_set_background_pattern’ is deprecated [-Wdeprecated-declarations]
216 | gdk_window_set_background_pattern (gtk_widget_get_window (win), NULL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkseat.h:28,
from /usr/include/gtk-3.0/gdk/gdkdisplay.h:33,
from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from xstuff.c:26:
/usr/include/gtk-3.0/gdk/gdkwindow.h:790:15: note: declared here
790 | void gdk_window_set_background_pattern (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
INFO: Reading mate-panel-applet-marshal.list...
INFO: Reading mate-panel-applet-marshal.list...
mate-panel-applet.c: In function ‘mate_panel_applet_set_locked’:
mate-panel-applet.c:448:9: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
448 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), locked);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36,
from /usr/include/gtk-3.0/gtk/gtk.h:272,
from mate-panel-applet.c:39:
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
82 | void gtk_toggle_action_set_active (GtkToggleAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c: In function ‘mate_panel_applet_menu_get_action’:
mate-panel-applet.c:659:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
659 | return gtk_action_group_get_action (priv->panel_action_group, action);
| ^~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c: In function ‘mate_panel_applet_menu_cmd_lock’:
mate-panel-applet.c:737:9: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
737 | locked = gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action));
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c: In function ‘mate_panel_applet_setup_menu’:
mate-panel-applet.c:759:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
759 | gtk_ui_manager_insert_action_group (priv->ui_manager,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:284:
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
138 | void gtk_ui_manager_insert_action_group (GtkUIManager *manager,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c:765:9: warning: ‘gtk_ui_manager_add_ui_from_string’ is deprecated [-Wdeprecated-declarations]
765 | gtk_ui_manager_add_ui_from_string (priv->ui_manager, new_xml, -1, &error);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:158:16: note: declared here
158 | guint gtk_ui_manager_add_ui_from_string (GtkUIManager *manager,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c:767:9: warning: ‘gtk_ui_manager_ensure_update’ is deprecated [-Wdeprecated-declarations]
767 | gtk_ui_manager_ensure_update (priv->ui_manager);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:184:16: note: declared here
184 | void gtk_ui_manager_ensure_update (GtkUIManager *manager);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c: In function ‘mate_panel_applet_menu_popup’:
mate-panel-applet.c:900:9: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
900 | menu = gtk_ui_manager_get_widget (priv->ui_manager,
| ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c: In function ‘mate_panel_applet_change_background’:
mate-panel-applet.c:1622:33: warning: ‘gdk_window_set_background_pattern’ is deprecated [-Wdeprecated-declarations]
1622 | gdk_window_set_background_pattern (window, transparent); /* backgrounds set by GTK theme */
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkseat.h:28,
from /usr/include/gtk-3.0/gdk/gdkdisplay.h:33,
from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from mate-panel-applet.c:37:
/usr/include/gtk-3.0/gdk/gdkwindow.h:790:15: note: declared here
790 | void gdk_window_set_background_pattern (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c:1628:33: warning: ‘gdk_window_set_background_rgba’ is deprecated [-Wdeprecated-declarations]
1628 | gdk_window_set_background_rgba(window,color);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkwindow.h:787:15: note: declared here
787 | void gdk_window_set_background_rgba (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c:1634:33: warning: ‘gdk_window_set_background_pattern’ is deprecated [-Wdeprecated-declarations]
1634 | gdk_window_set_background_pattern(window,pattern);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkwindow.h:790:15: note: declared here
790 | void gdk_window_set_background_pattern (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c: In function ‘mate_panel_applet_init’:
mate-panel-applet.c:1898:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
1898 | priv->panel_action_group = gtk_action_group_new ("PanelActions");
| ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c:1899:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
1899 | gtk_action_group_set_translation_domain (priv->panel_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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c:1900:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
1900 | gtk_action_group_add_actions (priv->panel_action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c:1904:9: warning: ‘gtk_action_group_add_toggle_actions’ is deprecated [-Wdeprecated-declarations]
1904 | gtk_action_group_add_toggle_actions (priv->panel_action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:215:17: note: declared here
215 | void gtk_action_group_add_toggle_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c:1909:9: warning: ‘gtk_ui_manager_new’ is deprecated [-Wdeprecated-declarations]
1909 | priv->ui_manager = gtk_ui_manager_new ();
| ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:130:16: note: declared here
130 | GtkUIManager *gtk_ui_manager_new (void);
| ^~~~~~~~~~~~~~~~~~
mate-panel-applet.c:1910:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
1910 | gtk_ui_manager_insert_action_group (priv->ui_manager,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
138 | void gtk_ui_manager_insert_action_group (GtkUIManager *manager,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet.c:1912:9: warning: ‘gtk_ui_manager_add_ui_from_string’ is deprecated [-Wdeprecated-declarations]
1912 | gtk_ui_manager_add_ui_from_string (priv->ui_manager,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:158:16: note: declared here
158 | guint gtk_ui_manager_add_ui_from_string (GtkUIManager *manager,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test-dbus-applet.c: In function ‘test_applet_on_do’:
test-dbus-applet.c:10:9: warning: ‘gtk_action_get_name’ is deprecated [-Wdeprecated-declarations]
10 | g_message ("%s called\n", gtk_action_get_name (action));
| ^~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25,
from /usr/include/gtk-3.0/gtk/gtk.h:252,
from mate-panel-applet.h:30,
from test-dbus-applet.c:4:
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:103:14: note: declared here
103 | const gchar* gtk_action_get_name (GtkAction *action);
| ^~~~~~~~~~~~~~~~~~~
test-dbus-applet.c: In function ‘test_applet_handle_background_change’:
test-dbus-applet.c:124:17: warning: ‘gdk_window_set_background_pattern’ is deprecated [-Wdeprecated-declarations]
124 | gdk_window_set_background_pattern (window, NULL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkseat.h:28,
from /usr/include/gtk-3.0/gdk/gdkdisplay.h:33,
from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30:
/usr/include/gtk-3.0/gdk/gdkwindow.h:790:15: note: declared here
790 | void gdk_window_set_background_pattern (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test-dbus-applet.c:129:17: warning: ‘gdk_window_set_background_pattern’ is deprecated [-Wdeprecated-declarations]
129 | gdk_window_set_background_pattern (window, NULL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkwindow.h:790:15: note: declared here
790 | void gdk_window_set_background_pattern (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test-dbus-applet.c:133:17: warning: ‘gdk_window_set_background_pattern’ is deprecated [-Wdeprecated-declarations]
133 | gdk_window_set_background_pattern (window, pattern);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkwindow.h:790:15: note: declared here
790 | void gdk_window_set_background_pattern (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test-dbus-applet.c: In function ‘test_applet_fill’:
test-dbus-applet.c:159:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
159 | action_group = gtk_action_group_new ("TestAppletActions");
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
test-dbus-applet.c:160:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
160 | gtk_action_group_add_actions (action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
panel-plug.c: In function ‘panel_plug_draw’:
panel-plug.c:47:3: warning: ‘gdk_window_get_background_pattern’ is deprecated [-Wdeprecated-declarations]
47 | pattern = gdk_window_get_background_pattern (window);
| ^~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkseat.h:28,
from /usr/include/gtk-3.0/gdk/gdkdisplay.h:33,
from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from panel-plug.c:25:
/usr/include/gtk-3.0/gdk/gdkwindow.h:793:18: note: declared here
793 | cairo_pattern_t *gdk_window_get_background_pattern (GdkWindow *window);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mate-panel-applet-gsettings.h:34: Warning: MatePanelApplet: symbol='PANEL_OBJECT_PREFS_PATH': Unknown namespace for symbol 'PANEL_OBJECT_PREFS_PATH'
mate-panel-applet.c:2468: Warning: MatePanelApplet: invalid "closure" annotation: only valid on callback parameters
mate-panel-applet.c:2488: Warning: MatePanelApplet: invalid "closure" annotation: only valid on callback parameters
mate-panel-applet-gsettings.h:47: Warning: MatePanelApplet: mate_panel_applet_settings_get_glist: return value: Missing (element-type) annotation
mate-panel-applet-gsettings.h:48: Warning: MatePanelApplet: mate_panel_applet_settings_set_glist: argument list: Missing (element-type) annotation
mate-panel-applet-gsettings.h:49: Warning: MatePanelApplet: mate_panel_applet_settings_get_gslist: return value: Missing (element-type) annotation
mate-panel-applet-gsettings.h:50: Warning: MatePanelApplet: mate_panel_applet_settings_set_gslist: argument list: Missing (element-type) annotation
clock.c: In function ‘fill_clock_applet’:
clock.c:2715:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
2715 | action_group = gtk_action_group_new ("ClockApplet Menu Actions");
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
from ./../../libmate-panel-applet/mate-panel-applet.h:30,
from clock.c:45:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
clock.c:2716:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
2716 | gtk_action_group_set_translation_domain (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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clock.c:2717:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
2717 | gtk_action_group_add_actions (action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
clock.c:2726:17: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
2726 | action = gtk_action_group_get_action (action_group, "ClockPreferences");
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
clock.c:2727:17: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
2727 | gtk_action_set_visible (action, FALSE);
| ^~~~~~~~~~~~~~~~~~~~~~
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:116:14: note: declared here
116 | void gtk_action_set_visible (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~
clock.c:2729:17: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
2729 | action = gtk_action_group_get_action (action_group, "ClockConfig");
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
clock.c:2730:17: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
2730 | gtk_action_set_visible (action, FALSE);
| ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:116:14: note: declared here
116 | void gtk_action_set_visible (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~
clock.c:2737:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
2737 | action = gtk_action_group_get_action (action_group, "ClockConfig");
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
clock.c:2738:9: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
2738 | gtk_action_set_visible (action, can_set_system_time ());
| ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:116:14: note: declared here
116 | void gtk_action_set_visible (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~
clock-sunpos.c: In function ‘sun_position’:
clock-sunpos.c:44:3: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation]
44 | while (x>360) x-=360; while (x<0) x+= 360;
| ^~~~~
clock-sunpos.c:137:3: note: in expansion of macro ‘NORMALIZE’
137 | NORMALIZE (N);
| ^~~~~~~~~
clock-sunpos.c:44:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’
44 | while (x>360) x-=360; while (x<0) x+= 360;
| ^~~~~
clock-sunpos.c:137:3: note: in expansion of macro ‘NORMALIZE’
137 | NORMALIZE (N);
| ^~~~~~~~~
clock-sunpos.c:44:3: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation]
44 | while (x>360) x-=360; while (x<0) x+= 360;
| ^~~~~
clock-sunpos.c:141:3: note: in expansion of macro ‘NORMALIZE’
141 | NORMALIZE (M);
| ^~~~~~~~~
clock-sunpos.c:44:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’
44 | while (x>360) x-=360; while (x<0) x+= 360;
| ^~~~~
clock-sunpos.c:141:3: note: in expansion of macro ‘NORMALIZE’
141 | NORMALIZE (M);
| ^~~~~~~~~
clock-sunpos.c:44:3: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation]
44 | while (x>360) x-=360; while (x<0) x+= 360;
| ^~~~~
clock-sunpos.c:154:3: note: in expansion of macro ‘NORMALIZE’
154 | NORMALIZE (v);
| ^~~~~~~~~
clock-sunpos.c:44:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’
44 | while (x>360) x-=360; while (x<0) x+= 360;
| ^~~~~
clock-sunpos.c:154:3: note: in expansion of macro ‘NORMALIZE’
154 | NORMALIZE (v);
| ^~~~~~~~~
clock-sunpos.c:44:3: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation]
44 | while (x>360) x-=360; while (x<0) x+= 360;
| ^~~~~
clock-sunpos.c:158:3: note: in expansion of macro ‘NORMALIZE’
158 | NORMALIZE (lambda);
| ^~~~~~~~~
clock-sunpos.c:44:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’
44 | while (x>360) x-=360; while (x<0) x+= 360;
| ^~~~~
clock-sunpos.c:158:3: note: in expansion of macro ‘NORMALIZE’
158 | NORMALIZE (lambda);
| ^~~~~~~~~
clock-sunpos.c:44:3: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation]
44 | while (x>360) x-=360; while (x<0) x+= 360;
| ^~~~~
clock-sunpos.c:166:3: note: in expansion of macro ‘NORMALIZE’
166 | NORMALIZE (ra);
| ^~~~~~~~~
clock-sunpos.c:44:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’
44 | while (x>360) x-=360; while (x<0) x+= 360;
| ^~~~~
clock-sunpos.c:166:3: note: in expansion of macro ‘NORMALIZE’
166 | NORMALIZE (ra);
| ^~~~~~~~~
clock-sunpos.c:44:3: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation]
44 | while (x>360) x-=360; while (x<0) x+= 360;
| ^~~~~
clock-sunpos.c:167:3: note: in expansion of macro ‘NORMALIZE’
167 | NORMALIZE (dec);
| ^~~~~~~~~
clock-sunpos.c:44:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’
44 | while (x>360) x-=360; while (x<0) x+= 360;
| ^~~~~
clock-sunpos.c:167:3: note: in expansion of macro ‘NORMALIZE’
167 | NORMALIZE (dec);
| ^~~~~~~~~
fish.c: In function ‘fish_applet_fill’:
fish.c:1731:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
1731 | action_group = gtk_action_group_new ("Fish Applet Actions");
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
from fish.c:37:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
fish.c:1732:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
1732 | gtk_action_group_set_translation_domain (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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fish.c:1733:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
1733 | gtk_action_group_add_actions (action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
fish.c:1744:17: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
1744 | action = gtk_action_group_get_action (action_group, "FishPreferences");
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
fish.c:1745:17: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
1745 | gtk_action_set_visible (action, FALSE);
| ^~~~~~~~~~~~~~~~~~~~~~
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:116:14: note: declared here
116 | void gtk_action_set_visible (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~
showdesktop.c: In function ‘show_desktop_applet_fill’:
showdesktop.c:489:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
489 | action_group = gtk_action_group_new("ShowDesktop Applet Actions");
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
from showdesktop.c:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
showdesktop.c:490:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
490 | gtk_action_group_set_translation_domain(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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
showdesktop.c:491:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
491 | gtk_action_group_add_actions(action_group, show_desktop_menu_actions, G_N_ELEMENTS (show_desktop_menu_actions), sdd);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
window-menu.c: In function ‘window_menu_applet_fill’:
window-menu.c:250:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
250 | action_group = gtk_action_group_new("WindowMenu Applet Actions");
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
from ../../libmate-panel-applet/mate-panel-applet.h:30,
from window-menu.c:33:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
window-menu.c:251:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
251 | gtk_action_group_set_translation_domain(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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
window-menu.c:252:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
252 | gtk_action_group_add_actions(action_group, window_menu_actions, G_N_ELEMENTS(window_menu_actions), window_menu);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
workspace-switcher.c: In function ‘workspace_switcher_applet_fill’:
workspace-switcher.c:837:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
837 | action_group = gtk_action_group_new("WorkspaceSwitcher Applet Actions");
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
from ../../libmate-panel-applet/mate-panel-applet.h:30,
from workspace-switcher.c:17:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
workspace-switcher.c:838:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
838 | gtk_action_group_set_translation_domain(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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
workspace-switcher.c:839:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
839 | gtk_action_group_add_actions(action_group, pager_menu_actions, G_N_ELEMENTS(pager_menu_actions), pager);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
workspace-switcher.c:848:17: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
848 | action = gtk_action_group_get_action(action_group, "PagerPreferences");
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
workspace-switcher.c:849:17: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
849 | gtk_action_set_visible(action, FALSE);
| ^~~~~~~~~~~~~~~~~~~~~~
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:116:14: note: declared here
116 | void gtk_action_set_visible (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~
window-list.c: In function ‘tasklist_get_size_hint_list’:
window-list.c:178:17: warning: ‘wnck_tasklist_get_size_hint_list’ is deprecated [-Wdeprecated-declarations]
178 | return wnck_tasklist_get_size_hint_list(WNCK_TASKLIST(tasklist->tasklist), n_elements);
| ^~~~~~
In file included from /usr/include/libwnck-3.0/libwnck/libwnck.h:35,
from window-list.c:25:
/usr/include/libwnck-3.0/libwnck/tasklist.h:96:12: note: declared here
96 | const int *wnck_tasklist_get_size_hint_list (WnckTasklist *tasklist,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
window-list.c: In function ‘window_list_applet_fill’:
window-list.c:875:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
875 | action_group = gtk_action_group_new("Tasklist Applet Actions");
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
from ../../libmate-panel-applet/mate-panel-applet.h:30,
from window-list.c:15:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
window-list.c:876:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
876 | gtk_action_group_set_translation_domain(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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
window-list.c:877:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
877 | gtk_action_group_add_actions(action_group, tasklist_menu_actions, G_N_ELEMENTS(tasklist_menu_actions), tasklist);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
window-list.c:899:9: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
899 | gtk_action_set_visible(gtk_action_group_get_action(action_group, "TasklistSystemMonitor"), FALSE);
| ^~~~~~~~~~~~~~~~~~~~~~
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:116:14: note: declared here
116 | void gtk_action_set_visible (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~
window-list.c:899:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
899 | gtk_action_set_visible(gtk_action_group_get_action(action_group, "TasklistSystemMonitor"), FALSE);
| ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
window-list.c:912:17: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
912 | action = gtk_action_group_get_action(action_group, "TasklistPreferences");
| ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
window-list.c:913:17: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
913 | gtk_action_set_visible(action, FALSE);
| ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:116:14: note: declared here
116 | void gtk_action_set_visible (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~
In function ‘preview_window_reposition’,
inlined from ‘applet_enter_notify_event’ at window-list.c:485:2,
inlined from ‘applet_enter_notify_event’ at window-list.c:439:17:
window-list.c:419:101: warning: ‘last_alloc.width’ may be used uninitialized [-Wmaybe-uninitialized]
419 | x_pos = x_offset + find_offset (alloc_x_list, x_pos - x_offset) + (last_alloc.width - width) / 2;
| ~~~~~~~~~~~~~~~~~~^~~~~~~~
window-list.c: In function ‘applet_enter_notify_event’:
window-list.c:382:23: note: ‘last_alloc.width’ was declared here
382 | GtkAllocation last_alloc;
| ^~~~~~~~~~
In function ‘preview_window_reposition’,
inlined from ‘applet_enter_notify_event’ at window-list.c:485:2,
inlined from ‘applet_enter_notify_event’ at window-list.c:439:17:
window-list.c:413:102: warning: ‘last_alloc.height’ may be used uninitialized [-Wmaybe-uninitialized]
413 | y_pos = y_offset + find_offset (alloc_y_list, y_pos - y_offset) + (last_alloc.height - height) / 2;
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~
window-list.c: In function ‘applet_enter_notify_event’:
window-list.c:382:23: note: ‘last_alloc.height’ was declared here
382 | GtkAllocation last_alloc;
| ^~~~~~~~~~
INFO: Reading na-marshal.list...
INFO: Reading na-marshal.list...
na-tray-child.c: In function ‘na_tray_child_realize’:
na-tray-child.c:80:7: warning: ‘gdk_window_set_background_pattern’ is deprecated [-Wdeprecated-declarations]
80 | gdk_window_set_background_pattern (window, transparent);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkseat.h:28,
from /usr/include/gtk-3.0/gdk/gdkdisplay.h:33,
from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from na-tray-child.h:32,
from na-tray-child.c:30:
/usr/include/gtk-3.0/gdk/gdkwindow.h:790:15: note: declared here
790 | void gdk_window_set_background_pattern (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
na-tray-child.c:81:7: warning: ‘gdk_window_set_composited’ is deprecated [-Wdeprecated-declarations]
81 | gdk_window_set_composited (window, TRUE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkwindow.h:637:6: note: declared here
637 | void gdk_window_set_composited (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
na-tray-child.c:90:7: warning: ‘gdk_window_set_background_pattern’ is deprecated [-Wdeprecated-declarations]
90 | gdk_window_set_background_pattern (window, NULL);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkwindow.h:790:15: note: declared here
790 | void gdk_window_set_background_pattern (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
na-tray-child.c:100:3: warning: ‘gdk_window_set_composited’ is deprecated [-Wdeprecated-declarations]
100 | gdk_window_set_composited (window, child->composited);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkwindow.h:637:6: note: declared here
637 | void gdk_window_set_composited (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
na-tray-child.c: In function ‘na_tray_child_new’:
na-tray-child.c:449:23: warning: ‘gdk_display_supports_composite’ is deprecated [-Wdeprecated-declarations]
449 | gdk_display_supports_composite (gdk_screen_get_display (screen)));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkdisplay.h:165:10: note: declared here
165 | gboolean gdk_display_supports_composite (GdkDisplay *display);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
na-tray-child.c: In function ‘na_tray_child_set_composited’:
na-tray-child.c:551:5: warning: ‘gdk_window_set_composited’ is deprecated [-Wdeprecated-declarations]
551 | gdk_window_set_composited (gtk_widget_get_window (GTK_WIDGET (child)),
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gdk/gdkwindow.h:637:6: note: declared here
637 | void gdk_window_set_composited (GdkWindow *window,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
na-tray-manager.c: In function ‘na_tray_manager_set_visual_property’:
na-tray-manager.c:632:7: warning: ‘gdk_display_supports_composite’ is deprecated [-Wdeprecated-declarations]
632 | gdk_display_supports_composite (display))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdkscreen.h:32,
from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31,
from /usr/include/gtk-3.0/gdk/gdk.h:32,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from na-tray-manager.h:30,
from na-tray-manager.c:32:
/usr/include/gtk-3.0/gdk/gdkdisplay.h:165:10: note: declared here
165 | gboolean gdk_display_supports_composite (GdkDisplay *display);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c: In function ‘na_tray_applet_realize’:
main.c:310:3: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
310 | action_group = gtk_action_group_new("NA Applet Menu Actions");
| ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
from ./../../libmate-panel-applet/mate-panel-applet.h:30,
from main.c:32:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
175 | GtkActionGroup *gtk_action_group_new (const gchar *name);
| ^~~~~~~~~~~~~~~~~~~~
main.c:311:3: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
311 | gtk_action_group_set_translation_domain(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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:312:3: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
312 | gtk_action_group_add_actions(action_group, menu_actions, G_N_ELEMENTS(menu_actions), applet);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: warning: remember to run 'libtool --finish /usr/lib'
libtool: warning: '../../libmate-panel-applet/libmate-panel-applet-4.la' has not been installed in '/usr/lib'
libtool: warning: '../../libmate-panel-applet/libmate-panel-applet-4.la' has not been installed in '/usr/lib'
libtool: warning: '../../libmate-panel-applet/libmate-panel-applet-4.la' has not been installed in '/usr/lib'
libtool: warning: '../../libmate-panel-applet/libmate-panel-applet-4.la' has not been installed in '/usr/lib'