[01;33mdosed method has not changed file 'mate-system-monitor.desktop.in.in'.
[0m[01;33mdosed method has not changed file 'mate-system-monitor.desktop.in'.
[0mconfigure: WARNING: unrecognized options: --disable-scrollkeeper
configure: WARNING: unrecognized options: --disable-scrollkeeper
load-graph.cpp: In function ‘void draw_background(LoadGraph*)’:
load-graph.cpp:92:44: warning: ‘void gtk_style_context_get_background_color(GtkStyleContext*, GtkStateFlags, GdkRGBA*)’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
92 | gtk_style_context_get_background_color (context, gtk_style_context_get_state (context), &bg);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27,
from /usr/include/gtk-3.0/gtk/gtk.h:127,
from procman.h:28,
from load-graph.cpp:25:
/usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here
1201 | void gtk_style_context_get_background_color (GtkStyleContext *context,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
load-graph.cpp: In function ‘gboolean load_graph_draw(GtkWidget*, cairo_t*, gpointer)’:
load-graph.cpp:243:27: warning: ‘cairo_t* gdk_cairo_create(GdkWindow*)’ is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations]
243 | cr = gdk_cairo_create (window);
| ~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:33,
from /usr/include/gdkmm-3.0/gdkmm/types.h:28,
from /usr/include/gdkmm-3.0/gdkmm/pixbuf.h:36,
from load-graph.cpp:3:
/usr/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here
35 | cairo_t * gdk_cairo_create (GdkWindow *window);
| ^~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:117,
from /usr/include/glibmm-2.4/glibmm/unicode.h:23,
from /usr/include/glibmm-2.4/glibmm/ustring.h:21,
from /usr/include/gdkmm-3.0/gdkmm/pixbuf.h:8:
In function ‘void g_autoptr_cleanup_generic_gfree(void*)’,
inlined from ‘void draw_background(LoadGraph*)’ at load-graph.cpp:191:1,
inlined from ‘gboolean load_graph_draw(GtkWidget*, cairo_t*, gpointer)’ at load-graph.cpp:246:24:
/usr/include/glib-2.0/glib/glib-autocleanups.h:32:10: warning: ‘caption’ may be used uninitialized [-Wmaybe-uninitialized]
32 | g_free (*pp);
| ~~~~~~~^~~~~
load-graph.cpp: In function ‘gboolean load_graph_draw(GtkWidget*, cairo_t*, gpointer)’:
load-graph.cpp:72:23: note: ‘caption’ was declared here
72 | g_autofree gchar *caption;
| ^~~~~~~
callbacks.cpp: In function ‘void cb_renice(GtkAction*, GtkRadioAction*, gpointer)’:
callbacks.cpp:92:55: warning: ‘gint gtk_radio_action_get_current_value(GtkRadioAction*)’ is deprecated [-Wdeprecated-declarations]
92 | gint selected = gtk_radio_action_get_current_value(current);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:272,
from callbacks.cpp:25:
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:89:17: note: declared here
89 | gint gtk_radio_action_get_current_value (GtkRadioAction *action);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glibmm-2.4/glibmm/value.h:24,
from /usr/include/glibmm-2.4/glibmm/error.h:22,
from /usr/include/glibmm-2.4/glibmm/thread.h:48,
from /usr/include/glibmm-2.4/glibmm.h:103,
from /usr/include/giomm-2.4/giomm.h:22,
from callbacks.cpp:23:
callbacks.cpp: In function ‘void cb_row_selected(GtkTreeSelection*, gpointer)’:
callbacks.cpp:379:78: warning: ‘GtkAction* gtk_action_group_get_action(GtkActionGroup*, const gchar*)’ is deprecated [-Wdeprecated-declarations]
379 | GtkRadioAction* normal = GTK_RADIO_ACTION(gtk_action_group_get_action(procdata->action_group, "Normal"));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro ‘_G_TYPE_CIC’
2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip)
| ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:41:43: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
41 | #define GTK_RADIO_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RADIO_ACTION, GtkRadioAction))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
callbacks.cpp:379:34: note: in expansion of macro ‘GTK_RADIO_ACTION’
379 | GtkRadioAction* normal = GTK_RADIO_ACTION(gtk_action_group_get_action(procdata->action_group, "Normal"));
| ^~~~~~~~~~~~~~~~
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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
callbacks.cpp:381:43: warning: ‘void gtk_radio_action_set_current_value(GtkRadioAction*, gint)’ is deprecated [-Wdeprecated-declarations]
381 | gtk_radio_action_set_current_value(normal, value);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:91:17: note: declared here
91 | void gtk_radio_action_set_current_value (GtkRadioAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
callbacks.cpp: In function ‘void cb_radio_processes(GtkAction*, GtkRadioAction*, gpointer)’:
callbacks.cpp:522:72: warning: ‘gint gtk_radio_action_get_current_value(GtkRadioAction*)’ is deprecated [-Wdeprecated-declarations]
522 | procdata->config.whose_process = gtk_radio_action_get_current_value(current);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:89:17: note: declared here
89 | gint gtk_radio_action_get_current_value (GtkRadioAction *action);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp: In function ‘void create_proc_view(ProcData*, GtkBuilder*)’:
interface.cpp:222:54: warning: ‘GtkWidget* gtk_ui_manager_get_widget(GtkUIManager*, const gchar*)’ is deprecated [-Wdeprecated-declarations]
222 | procdata->popup_menu = gtk_ui_manager_get_widget (procdata->uimanager, "/PopupMenu");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:284,
from interface.cpp:25:
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp: In function ‘void menu_item_select_cb(GtkMenuItem*, ProcData*)’:
interface.cpp:410:49: warning: ‘GtkAction* gtk_activatable_get_related_action(GtkActivatable*)’ is deprecated [-Wdeprecated-declarations]
410 | action = gtk_activatable_get_related_action (GTK_ACTIVATABLE(proxy));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:252:
/usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:83:12: note: declared here
83 | GtkAction *gtk_activatable_get_related_action (GtkActivatable *activatable);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp: In function ‘void create_main_window(ProcData*)’:
interface.cpp:493:46: warning: ‘GtkUIManager* gtk_ui_manager_new()’ is deprecated [-Wdeprecated-declarations]
493 | procdata->uimanager = 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);
| ^~~~~~~~~~~~~~~~~~
interface.cpp:502:64: warning: ‘GtkAccelGroup* gtk_ui_manager_get_accel_group(GtkUIManager*)’ is deprecated [-Wdeprecated-declarations]
502 | gtk_ui_manager_get_accel_group (procdata->uimanager));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:147:16: note: declared here
147 | GtkAccelGroup *gtk_ui_manager_get_accel_group (GtkUIManager *manager);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:504:44: warning: ‘guint gtk_ui_manager_add_ui_from_string(GtkUIManager*, const gchar*, gssize, GError**)’ is deprecated [-Wdeprecated-declarations]
504 | if (!gtk_ui_manager_add_ui_from_string (procdata->uimanager,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
505 | ui_info,
| ~~~~~~~~
506 | -1,
| ~~~
507 | NULL)) {
| ~~~~~
/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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:511:51: warning: ‘GtkActionGroup* gtk_action_group_new(const gchar*)’ is deprecated [-Wdeprecated-declarations]
511 | procdata->action_group = gtk_action_group_new ("ProcmanActions");
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
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);
| ^~~~~~~~~~~~~~~~~~~~
interface.cpp:512:45: warning: ‘void gtk_action_group_set_translation_domain(GtkActionGroup*, const gchar*)’ is deprecated [-Wdeprecated-declarations]
512 | gtk_action_group_set_translation_domain (procdata->action_group, NULL);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:513:34: warning: ‘void gtk_action_group_add_actions(GtkActionGroup*, const GtkActionEntry*, guint, gpointer)’ is deprecated [-Wdeprecated-declarations]
513 | gtk_action_group_add_actions (procdata->action_group,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
514 | menu_entries,
| ~~~~~~~~~~~~~
515 | G_N_ELEMENTS (menu_entries),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
516 | procdata);
| ~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:210:17: note: declared here
210 | void gtk_action_group_add_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:517:41: warning: ‘void gtk_action_group_add_toggle_actions(GtkActionGroup*, const GtkToggleActionEntry*, guint, gpointer)’ is deprecated [-Wdeprecated-declarations]
517 | gtk_action_group_add_toggle_actions (procdata->action_group,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
518 | toggle_menu_entries,
| ~~~~~~~~~~~~~~~~~~~~
519 | G_N_ELEMENTS (toggle_menu_entries),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
520 | procdata);
| ~~~~~~~~~
/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,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:522:40: warning: ‘void gtk_action_group_add_radio_actions(GtkActionGroup*, const GtkRadioActionEntry*, guint, gint, GCallback, gpointer)’ is deprecated [-Wdeprecated-declarations]
522 | gtk_action_group_add_radio_actions (procdata->action_group,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
523 | radio_menu_entries,
| ~~~~~~~~~~~~~~~~~~~
524 | G_N_ELEMENTS (radio_menu_entries),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
525 | procdata->config.whose_process,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
526 | G_CALLBACK(cb_radio_processes),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
527 | procdata);
| ~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:220:17: note: declared here
220 | void gtk_action_group_add_radio_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:529:40: warning: ‘void gtk_action_group_add_radio_actions(GtkActionGroup*, const GtkRadioActionEntry*, guint, gint, GCallback, gpointer)’ is deprecated [-Wdeprecated-declarations]
529 | gtk_action_group_add_radio_actions (procdata->action_group,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
530 | priority_menu_entries,
| ~~~~~~~~~~~~~~~~~~~~~~
531 | G_N_ELEMENTS (priority_menu_entries),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
532 | NORMAL_PRIORITY,
| ~~~~~~~~~~~~~~~~
533 | G_CALLBACK(cb_renice),
| ~~~~~~~~~~~~~~~~~~~~~~
534 | procdata);
| ~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:220:17: note: declared here
220 | void gtk_action_group_add_radio_actions (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:536:40: warning: ‘void gtk_ui_manager_insert_action_group(GtkUIManager*, GtkActionGroup*, gint)’ is deprecated [-Wdeprecated-declarations]
536 | gtk_ui_manager_insert_action_group (procdata->uimanager,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
537 | procdata->action_group,
| ~~~~~~~~~~~~~~~~~~~~~~~
538 | 0);
| ~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
138 | void gtk_ui_manager_insert_action_group (GtkUIManager *manager,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:540:41: warning: ‘GtkWidget* gtk_ui_manager_get_widget(GtkUIManager*, const gchar*)’ is deprecated [-Wdeprecated-declarations]
540 | menubar = gtk_ui_manager_get_widget (procdata->uimanager, "/MenuBar");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:580:42: warning: ‘GtkAction* gtk_action_group_get_action(GtkActionGroup*, const gchar*)’ is deprecated [-Wdeprecated-declarations]
580 | action = gtk_action_group_get_action (procdata->action_group, "ShowDependencies");
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:581:34: warning: ‘void gtk_toggle_action_set_active(GtkToggleAction*, gboolean)’ is deprecated [-Wdeprecated-declarations]
581 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
582 | procdata->config.show_tree);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36,
from /usr/include/gtk-3.0/gtk/gtk.h:272:
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
82 | void gtk_toggle_action_set_active (GtkToggleAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp: In function ‘void update_sensitivity(ProcData*)’:
interface.cpp:631:45: warning: ‘GtkAction* gtk_action_group_get_action(GtkActionGroup*, const gchar*)’ is deprecated [-Wdeprecated-declarations]
631 | action = gtk_action_group_get_action(data->action_group,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
632 | processes_actions[i]);
| ~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:633:33: warning: ‘void gtk_action_set_sensitive(GtkAction*, gboolean)’ is deprecated [-Wdeprecated-declarations]
633 | gtk_action_set_sensitive(action, processes_sensitivity);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25:
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:637:45: warning: ‘GtkAction* gtk_action_group_get_action(GtkActionGroup*, const gchar*)’ is deprecated [-Wdeprecated-declarations]
637 | action = gtk_action_group_get_action(data->action_group,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
638 | selected_actions[i]);
| ~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:639:33: warning: ‘void gtk_action_set_sensitive(GtkAction*, gboolean)’ is deprecated [-Wdeprecated-declarations]
639 | gtk_action_set_sensitive(action, selected_sensitivity);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
109 | void gtk_action_set_sensitive (GtkAction *action,
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
from /usr/include/glib-2.0/gobject/gbinding.h:31,
from /usr/include/glib-2.0/glib-object.h:24,
from /usr/include/glib-2.0/gio/gioenums.h:30,
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:
interface.cpp: In function ‘void block_priority_changed_handlers(ProcData*, bool)’:
interface.cpp:649:82: warning: ‘GtkAction* gtk_action_group_get_action(GtkActionGroup*, const gchar*)’ is deprecated [-Wdeprecated-declarations]
649 | GtkRadioAction *action = GTK_RADIO_ACTION(gtk_action_group_get_action(data->action_group,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
650 | priority_menu_entries[i].name));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro ‘_G_TYPE_CIC’
2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip)
| ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:41:43: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
41 | #define GTK_RADIO_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RADIO_ACTION, GtkRadioAction))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:649:38: note: in expansion of macro ‘GTK_RADIO_ACTION’
649 | GtkRadioAction *action = GTK_RADIO_ACTION(gtk_action_group_get_action(data->action_group,
| ^~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:655:82: warning: ‘GtkAction* gtk_action_group_get_action(GtkActionGroup*, const gchar*)’ is deprecated [-Wdeprecated-declarations]
655 | GtkRadioAction *action = GTK_RADIO_ACTION(gtk_action_group_get_action(data->action_group,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
656 | priority_menu_entries[i].name));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro ‘_G_TYPE_CIC’
2662 | # define _G_TYPE_CIC(ip, gt, ct) ((ct*) (void *) ip)
| ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:41:43: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
41 | #define GTK_RADIO_ACTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RADIO_ACTION, GtkRadioAction))
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp:655:38: note: in expansion of macro ‘GTK_RADIO_ACTION’
655 | GtkRadioAction *action = GTK_RADIO_ACTION(gtk_action_group_get_action(data->action_group,
| ^~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
195 | GtkAction *gtk_action_group_get_action (GtkActionGroup *action_group,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
interface.cpp: In function ‘void cb_toggle_tree(GtkAction*, gpointer)’:
interface.cpp:669:41: warning: ‘gboolean gtk_toggle_action_get_active(GtkToggleAction*)’ is deprecated [-Wdeprecated-declarations]
669 | show = 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);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
sysinfo.cpp: In static member function ‘static char* {anonymous}::SysInfo::get_renderer_from_helper(gboolean)’:
sysinfo.cpp:241:44: warning: ‘gboolean g_spawn_check_exit_status(gint, GError**)’ is deprecated: Use 'g_spawn_check_wait_status' instead [-Wdeprecated-declarations]
241 | if (!g_spawn_check_exit_status (status, NULL))
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:84,
from sysinfo.cpp:3:
/usr/include/glib-2.0/glib/gspawn.h:315:10: note: declared here
315 | gboolean g_spawn_check_exit_status (gint wait_status,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
sysinfo.cpp: In function ‘gboolean sysinfo_logo_draw(GtkWidget*, cairo_t*, gpointer)’:
sysinfo.cpp:813:26: warning: ‘cairo_t* gdk_cairo_create(GdkWindow*)’ is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations]
813 | cr = gdk_cairo_create(gtk_widget_get_window(widget));
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:33,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from sysinfo.cpp:4:
/usr/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here
35 | cairo_t * gdk_cairo_create (GdkWindow *window);
| ^~~~~~~~~~~~~~~~
sysinfo.cpp:829:34: warning: ‘GtkStyle* gtk_widget_get_style(GtkWidget*)’ is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
829 | style = gtk_widget_get_style (widget);
| ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:277:
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here
742 | GtkStyle * gtk_widget_get_style (GtkWidget *widget);
| ^~~~~~~~~~~~~~~~~~~~
gsm_color_button.c: In function ‘fill_image_buffer_from_file’:
gsm_color_button.c:218:5: warning: ‘rsvg_handle_render_cairo’ is deprecated: Use 'rsvg_handle_render_document' instead [-Wdeprecated-declarations]
218 | rsvg_handle_render_cairo (handle, tmp_cr);
| ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/librsvg-2.0/librsvg/rsvg.h:1329,
from gsm_color_button.c:35:
/usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:90:10: note: declared here
90 | gboolean rsvg_handle_render_cairo (RsvgHandle *handle, cairo_t *cr);
| ^~~~~~~~~~~~~~~~~~~~~~~~
gsm_color_button.c: In function ‘render’:
gsm_color_button.c:234:5: warning: ‘gdk_cairo_create’ is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations]
234 | cairo_t *cr = gdk_cairo_create (gtk_widget_get_window (widget));
| ^~~~~~~
In file included from /usr/include/gtk-3.0/gdk/gdk.h:33,
from /usr/include/gtk-3.0/gtk/gtk.h:30,
from gsm_color_button.c:26:
/usr/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here
35 | cairo_t * gdk_cairo_create (GdkWindow *window);
| ^~~~~~~~~~~~~~~~