configure: WARNING: unrecognized options: --with-cpufreq-lib
configure: WARNING: *** 'charpick' applet will be built without gucharmap support ***
configure: WARNING: unrecognized options: --with-cpufreq-lib

Configure summary:

    mate-applets 1.28.1
    ===================

    Prefix:                        /usr
    Source code location:          .
    Compiler:                      x86_64-pc-linux-gnu-gcc
    Compiler flags:                -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC
    Compiler warnings:             -Wall -Wmissing-prototypes

    Building:
        - accessx-status           true
        - battstat                 yes
        - charpick                 always
            - gucharmap support    no
        - cpufreq                  yes
            - building selector    yes
            - using PolicyKit      yes
            - enabling suid bit    no
        - drivemount               always
        - geyes                    always
        - mateweather              true
        - multiload                true
        - netspeed                 true
            - iwlib support        no
            - netfilter support    yes
        - stickynotes              yes
        - timerapplet              yes
        - trashapplet              always

    Using DBUS:                    yes
    Using UPOWER:                  yes
    Using libnotify:               yes
    Enabling IPv6:                 yes
    Build in-process:              no

charpick.c: In function ‘charpicker_applet_fill’:
charpick.c:839:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  839 |     action_group = gtk_action_group_new ("Charpicker Applet Actions");
      |     ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from /usr/include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet.h:30,
                 from charpick.c:8:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
charpick.c:840:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  840 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
charpick.c:841:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  841 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
charpick.c:853:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  853 |         action = gtk_action_group_get_action (action_group, "Preferences");
      |         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
charpick.c:854:9: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
  854 |         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,
      |              ^~~~~~~~~~~~~~~~~~~~~~
properties.c: In function ‘register_stock_for_edit’:
properties.c:30:9: warning: ‘gtk_icon_factory_lookup_default’ is deprecated [-Wdeprecated-declarations]
   30 |         icons = gtk_icon_factory_lookup_default ("gtk-preferences");
      |         ^~~~~
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 charpick.h:8,
                 from properties.c:9:
/usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:96:13: note: declared here
   96 | GtkIconSet* gtk_icon_factory_lookup_default  (const gchar     *stock_id);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
properties.c:31:9: warning: ‘gtk_icon_factory_new’ is deprecated [-Wdeprecated-declarations]
   31 |         factory = gtk_icon_factory_new ();
      |         ^~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:80:17: note: declared here
   80 | GtkIconFactory* gtk_icon_factory_new      (void);
      |                 ^~~~~~~~~~~~~~~~~~~~
properties.c:32:9: warning: ‘gtk_icon_factory_add’ is deprecated [-Wdeprecated-declarations]
   32 |         gtk_icon_factory_add (factory,
      |         ^~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:82:17: note: declared here
   82 | void            gtk_icon_factory_add      (GtkIconFactory *factory,
      |                 ^~~~~~~~~~~~~~~~~~~~
properties.c:35:9: warning: ‘gtk_icon_factory_add_default’ is deprecated [-Wdeprecated-declarations]
   35 |         gtk_icon_factory_add_default (factory);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h:92:13: note: declared here
   92 | void        gtk_icon_factory_add_default     (GtkIconFactory  *factory);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
properties.c:36:9: warning: ‘gtk_stock_add_static’ is deprecated [-Wdeprecated-declarations]
   36 |         gtk_stock_add_static (edit_item, 1);
      |         ^~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:37,
                 from /usr/include/gtk-3.0/gtk/gtk.h:254:
/usr/include/gtk-3.0/gtk/deprecated/gtkstock.h:79:10: note: declared here
   79 | void     gtk_stock_add_static (const GtkStockItem  *items,
      |          ^~~~~~~~~~~~~~~~~~~~
drivemount.c: In function ‘applet_factory’:
drivemount.c:206:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  206 |         action_group = gtk_action_group_new ("DriveMount Applet Actions");
      |         ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from drivemount.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);
      |                 ^~~~~~~~~~~~~~~~~~~~
drivemount.c:207:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  207 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivemount.c:208:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  208 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:34,
                 from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 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 drive-button.c:28:
drive-button.c: In function ‘check_dvd_video’:
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1302:31: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
 1302 | #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol")
      |                               ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gio/gio-visibility.h:583:38: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO’
  583 | #define GIO_DEPRECATED_MACRO_IN_2_58 GLIB_DEPRECATED_MACRO
      |                                      ^~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gio/gvolume.h:42:52: note: in expansion of macro ‘GIO_DEPRECATED_MACRO_IN_2_58’
   42 | #define G_VOLUME_IDENTIFIER_KIND_HAL_UDI "hal-udi" GIO_DEPRECATED_MACRO_IN_2_58
      |                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
drive-button.c:735:36: note: in expansion of macro ‘G_VOLUME_IDENTIFIER_KIND_HAL_UDI’
  735 |                                    G_VOLUME_IDENTIFIER_KIND_HAL_UDI);
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
geyes.c: In function ‘geyes_applet_fill’:
geyes.c:422:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  422 |     action_group = gtk_action_group_new ("Geyes Applet Actions");
      |     ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from /usr/include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet.h:30,
                 from geyes.c:23:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
geyes.c:423:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  423 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
geyes.c:425:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  425 |     gtk_action_group_add_actions (action_group, geyes_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
geyes.c:436:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  436 |         action = gtk_action_group_get_action (action_group, "Props");
      |         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
geyes.c:437:9: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
  437 |         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,
      |              ^~~~~~~~~~~~~~~~~~~~~~
stickynotes_applet_callbacks.c: In function ‘menu_toggle_lock_cb’:
stickynotes_applet_callbacks.c:382:5: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
  382 |     gboolean locked = gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action));
      |     ^~~~~~~~
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 ./stickynotes_applet.h:25,
                 from stickynotes_applet_callbacks.h:23,
                 from stickynotes_applet_callbacks.c:22:
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
   85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction *action);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes_applet_callbacks.c: In function ‘preferences_font_cb’:
stickynotes_applet_callbacks.c:560:5: warning: ‘gtk_font_button_get_font_name’ is deprecated [-Wdeprecated-declarations]
  560 |     font_str = gtk_font_button_get_font_name (GTK_FONT_BUTTON (button));
      |     ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:109:
/usr/include/gtk-3.0/gtk/gtkfontbutton.h:96:23: note: declared here
   96 | const gchar *         gtk_font_button_get_font_name  (GtkFontButton *font_button);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c: In function ‘stickynote_change_properties’:
stickynotes.c:456:9: warning: ‘gtk_font_button_set_font_name’ is deprecated [-Wdeprecated-declarations]
  456 |         gtk_font_button_set_font_name (GTK_FONT_BUTTON (note->w_font),
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:109,
                 from stickynotes.c:24:
/usr/include/gtk-3.0/gtk/gtkfontbutton.h:98:23: note: declared here
   98 | gboolean              gtk_font_button_set_font_name  (GtkFontButton *font_button,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c: In function ‘stickynote_set_color’:
stickynotes.c:581:9: warning: ‘gtk_widget_override_background_color’ is deprecated [-Wdeprecated-declarations]
  581 |         gtk_widget_override_background_color (note->w_window,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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:
/usr/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here
 1148 | void         gtk_widget_override_background_color (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:584:9: warning: ‘gtk_widget_override_background_color’ is deprecated [-Wdeprecated-declarations]
  584 |         gtk_widget_override_background_color (note->w_body,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here
 1148 | void         gtk_widget_override_background_color (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:587:9: warning: ‘gtk_widget_override_background_color’ is deprecated [-Wdeprecated-declarations]
  587 |         gtk_widget_override_background_color (note->w_lock,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here
 1148 | void         gtk_widget_override_background_color (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:590:9: warning: ‘gtk_widget_override_background_color’ is deprecated [-Wdeprecated-declarations]
  590 |         gtk_widget_override_background_color (note->w_close,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here
 1148 | void         gtk_widget_override_background_color (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:593:9: warning: ‘gtk_widget_override_background_color’ is deprecated [-Wdeprecated-declarations]
  593 |         gtk_widget_override_background_color (note->w_resize_se,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here
 1148 | void         gtk_widget_override_background_color (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:596:9: warning: ‘gtk_widget_override_background_color’ is deprecated [-Wdeprecated-declarations]
  596 |         gtk_widget_override_background_color (note->w_resize_sw,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here
 1148 | void         gtk_widget_override_background_color (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:600:9: warning: ‘gtk_widget_override_background_color’ is deprecated [-Wdeprecated-declarations]
  600 |         gtk_widget_override_background_color (note->w_window,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here
 1148 | void         gtk_widget_override_background_color (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:603:9: warning: ‘gtk_widget_override_background_color’ is deprecated [-Wdeprecated-declarations]
  603 |         gtk_widget_override_background_color (note->w_body,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here
 1148 | void         gtk_widget_override_background_color (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:606:9: warning: ‘gtk_widget_override_background_color’ is deprecated [-Wdeprecated-declarations]
  606 |         gtk_widget_override_background_color (note->w_lock,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here
 1148 | void         gtk_widget_override_background_color (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:609:9: warning: ‘gtk_widget_override_background_color’ is deprecated [-Wdeprecated-declarations]
  609 |         gtk_widget_override_background_color (note->w_close,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here
 1148 | void         gtk_widget_override_background_color (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:612:9: warning: ‘gtk_widget_override_background_color’ is deprecated [-Wdeprecated-declarations]
  612 |         gtk_widget_override_background_color (note->w_resize_se,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here
 1148 | void         gtk_widget_override_background_color (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:615:9: warning: ‘gtk_widget_override_background_color’ is deprecated [-Wdeprecated-declarations]
  615 |         gtk_widget_override_background_color (note->w_resize_sw,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1148:14: note: declared here
 1148 | void         gtk_widget_override_background_color (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:625:9: warning: ‘gtk_widget_override_color’ is deprecated [-Wdeprecated-declarations]
  625 |         gtk_widget_override_color (note->w_window,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here
 1144 | void         gtk_widget_override_color            (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:628:9: warning: ‘gtk_widget_override_color’ is deprecated [-Wdeprecated-declarations]
  628 |         gtk_widget_override_color (note->w_body,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here
 1144 | void         gtk_widget_override_color            (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:632:9: warning: ‘gtk_widget_override_color’ is deprecated [-Wdeprecated-declarations]
  632 |         gtk_widget_override_color (note->w_window,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here
 1144 | void         gtk_widget_override_color            (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:635:9: warning: ‘gtk_widget_override_color’ is deprecated [-Wdeprecated-declarations]
  635 |         gtk_widget_override_color (note->w_body,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1144:14: note: declared here
 1144 | void         gtk_widget_override_color            (GtkWidget     *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c: In function ‘stickynote_set_font’:
stickynotes.c:683:5: warning: ‘gtk_widget_override_font’ is deprecated [-Wdeprecated-declarations]
  683 |     gtk_widget_override_font (note->w_window, font_desc);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here
 1153 | void         gtk_widget_override_font             (GtkWidget                  *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:684:5: warning: ‘gtk_widget_override_font’ is deprecated [-Wdeprecated-declarations]
  684 |     gtk_widget_override_font (note->w_body, font_desc);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkwidget.h:1153:14: note: declared here
 1153 | void         gtk_widget_override_font             (GtkWidget                  *widget,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c: In function ‘stickynotes_save_now’:
stickynotes.c:841:9: warning: ‘wnck_screen_get_default’ is deprecated: Use 'wnck_handle_get_default_screen' instead [-Wdeprecated-declarations]
  841 |         WnckScreen *wnck_screen = wnck_screen_get_default ();
      |         ^~~~~~~~~~
In file included from /usr/include/libwnck-3.0/libwnck/wnck-handle.h:26,
                 from /usr/include/libwnck-3.0/libwnck/libwnck.h:26,
                 from stickynotes.c:26:
/usr/include/libwnck-3.0/libwnck/screen.h:200:16: note: declared here
  200 | WnckScreen*    wnck_screen_get_default              (void);
      |                ^~~~~~~~~~~~~~~~~~~~~~~
stickynotes.c:862:13: warning: ‘wnck_window_get’ is deprecated: Use 'wnck_handle_get_window' instead [-Wdeprecated-declarations]
  862 |             WnckWindow *wnck_win = wnck_window_get (xid);
      |             ^~~~~~~~~~
In file included from /usr/include/libwnck-3.0/libwnck/libwnck.h:28:
/usr/include/libwnck-3.0/libwnck/window.h:292:13: note: declared here
  292 | WnckWindow* wnck_window_get (gulong xwindow);
      |             ^~~~~~~~~~~~~~~
stickynotes.c: In function ‘stickynotes_load’:
stickynotes.c:1148:9: warning: ‘wnck_screen_get_default’ is deprecated: Use 'wnck_handle_get_default_screen' instead [-Wdeprecated-declarations]
 1148 |         WnckScreen *wnck_screen = wnck_screen_get_default ();
      |         ^~~~~~~~~~
/usr/include/libwnck-3.0/libwnck/screen.h:200:16: note: declared here
  200 | WnckScreen*    wnck_screen_get_default              (void);
      |                ^~~~~~~~~~~~~~~~~~~~~~~
stickynotes_callbacks.c: In function ‘properties_apply_font_cb’:
stickynotes_callbacks.c:242:9: warning: ‘gtk_font_button_get_font_name’ is deprecated [-Wdeprecated-declarations]
  242 |         font_str = gtk_font_button_get_font_name (GTK_FONT_BUTTON (note->w_font));
      |         ^~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:109,
                 from /usr/include/libwnck-3.0/libwnck/misc.h:30,
                 from /usr/include/libwnck-3.0/libwnck/util.h:30,
                 from /usr/include/libwnck-3.0/libwnck/wnck-handle.h:27,
                 from /usr/include/libwnck-3.0/libwnck/libwnck.h:26,
                 from ./stickynotes.h:24,
                 from ./stickynotes_callbacks.h:23,
                 from stickynotes_callbacks.c:21:
/usr/include/gtk-3.0/gtk/gtkfontbutton.h:96:23: note: declared here
   96 | const gchar *         gtk_font_button_get_font_name  (GtkFontButton *font_button);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes_callbacks.c: In function ‘properties_font_cb’:
stickynotes_callbacks.c:260:5: warning: ‘gtk_font_button_get_font_name’ is deprecated [-Wdeprecated-declarations]
  260 |     const char *font_str = gtk_font_button_get_font_name (GTK_FONT_BUTTON (button));
      |     ^~~~~
/usr/include/gtk-3.0/gtk/gtkfontbutton.h:96:23: note: declared here
   96 | const gchar *         gtk_font_button_get_font_name  (GtkFontButton *font_button);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes_applet.c: In function ‘stickynotes_applet_new’:
stickynotes_applet.c:403:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  403 |     applet->action_group = gtk_action_group_new ("StickyNotes Applet Actions");
      |     ^~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from stickynotes_applet.h:25,
                 from stickynotes_applet.c:22:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
stickynotes_applet.c:404:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  404 |     gtk_action_group_set_translation_domain (applet->action_group,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes_applet.c:406:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  406 |     gtk_action_group_add_actions (applet->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes_applet.c:410:5: warning: ‘gtk_action_group_add_toggle_actions’ is deprecated [-Wdeprecated-declarations]
  410 |     gtk_action_group_add_toggle_actions (applet->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes_applet.c:421:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  421 |         action = gtk_action_group_get_action (applet->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes_applet.c:423:9: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
  423 |         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,
      |              ^~~~~~~~~~~~~~~~~~~~~~
stickynotes_applet.c: In function ‘stickynotes_applet_update_prefs’:
stickynotes_applet.c:554:5: warning: ‘gtk_font_button_set_font_name’ is deprecated [-Wdeprecated-declarations]
  554 |     gtk_font_button_set_font_name (GTK_FONT_BUTTON (stickynotes->w_prefs_font),
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:109:
/usr/include/gtk-3.0/gtk/gtkfontbutton.h:98:23: note: declared here
   98 | gboolean              gtk_font_button_set_font_name  (GtkFontButton *font_button,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes_applet.c: In function ‘stickynotes_applet_update_menus’:
stickynotes_applet.c:602:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  602 |         GtkAction *action = gtk_action_group_get_action (applet->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
stickynotes_applet.c:610:9: warning: ‘gtk_action_get_proxies’ is deprecated [-Wdeprecated-declarations]
  610 |         proxies = gtk_action_get_proxies (action);
      |         ^~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:130:14: note: declared here
  130 | GSList *     gtk_action_get_proxies            (GtkAction     *action);
      |              ^~~~~~~~~~~~~~~~~~~~~~
trashapplet.c: In function ‘trash_applet_factory’:
trashapplet.c:633:7: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  633 |       action_group = gtk_action_group_new ("Trash Applet Actions");
      |       ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from trashapplet.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);
      |                 ^~~~~~~~~~~~~~~~~~~~
trashapplet.c:634:7: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  634 |       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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
trashapplet.c:635:7: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  635 |       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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
command.c: In function ‘command_applet_fill’:
command.c:489:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  489 |     GtkActionGroup *action_group = gtk_action_group_new ("Command Applet Actions");
      |     ^~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from command.c:31:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
command.c:490:5: 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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
command.c:491:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  491 |     gtk_action_group_add_actions (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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c: In function ‘multiload_applet_new’:
main.c:507:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  507 |     action_group = gtk_action_group_new ("Multiload Applet Actions");
      |     ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from main.c:22:
/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:508:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  508 |     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:509:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  509 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:520:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  520 |         action = gtk_action_group_get_action (action_group, "MultiLoadProperties");
      |         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:521:9: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
  521 |         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,
      |              ^~~~~~~~~~~~~~~~~~~~~~
main.c:531:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  531 |         action = gtk_action_group_get_action (action_group, "MultiLoadRunProcman");
      |         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c:532:9: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
  532 |         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,
      |              ^~~~~~~~~~~~~~~~~~~~~~
netspeed.c: In function ‘netspeed_applet_factory’:
netspeed.c:1742:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
 1742 |     action_group = gtk_action_group_new ("Netspeed Applet Actions");
      |     ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from netspeed.c:27:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
netspeed.c:1743:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
 1743 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netspeed.c:1744:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
 1744 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mateweather-applet.c: In function ‘mateweather_applet_create’:
mateweather-applet.c:380:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  380 |     action_group = gtk_action_group_new ("MateWeather Applet Actions");
      |     ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from /usr/include/mate-panel-4.0/libmate-panel-applet/mate-panel-applet.h:30,
                 from mateweather-applet.c:25:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
mateweather-applet.c:381:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  381 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mateweather-applet.c:382:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  382 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
mateweather-applet.c:393:13: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  393 |             action = gtk_action_group_get_action (action_group, "Props");
      |             ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
mateweather-applet.c:394:13: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
  394 |             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,
      |              ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/giochannel.h:36,
                 from /usr/include/glib-2.0/glib.h:56,
                 from acpi-linux.c:34:
acpi-linux.c: In function ‘acpi_process_event’:
/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)))
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
acpi-linux.c:386:5: note: in expansion of macro ‘g_string_free’
  386 |     g_string_free (buffer, FALSE);
      |     ^~~~~~~~~~~~~
battstat_applet.c: In function ‘battstat_applet_fill’:
battstat_applet.c:1166:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
 1166 |     action_group = gtk_action_group_new ("Battstat Applet Actions");
      |     ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from battstat_applet.c:38:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
battstat_applet.c:1167:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
 1167 |     gtk_action_group_set_translation_domain (action_group,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
battstat_applet.c:1169:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
 1169 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
battstat_applet.c:1181:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1181 |         action = gtk_action_group_get_action (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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
battstat_applet.c:1183:9: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
 1183 |         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,
      |              ^~~~~~~~~~~~~~~~~~~~~~
applet.c: In function ‘accessx_status_applet_fill’:
applet.c:1651:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
 1651 |     action_group = gtk_action_group_new ("Accessx Applet Actions");
      |     ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from applet.c:27:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
applet.c:1652:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
 1652 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
applet.c:1653:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
 1653 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
applet.c:1664:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1664 |         GtkAction* action = gtk_action_group_get_action (action_group, "Dialog");
      |         ^~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
applet.c:1665:9: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
 1665 |         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,
      |              ^~~~~~~~~~~~~~~~~~~~~~
cpufreq-applet.c: In function ‘cpufreq_applet_setup’:
cpufreq-applet.c:826:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  826 |     action_group = gtk_action_group_new ("CPUFreq Applet Actions");
      |     ^~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from cpufreq-applet.c:26:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
cpufreq-applet.c:827:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  827 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-applet.c:828:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  828 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-applet.c:839:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  839 |         action = gtk_action_group_get_action (action_group, "CPUFreqPreferences");
      |         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-applet.c:840:9: warning: ‘gtk_action_set_visible’ is deprecated [-Wdeprecated-declarations]
  840 |         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,
      |              ^~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c: In function ‘cpufreq_popup_init’:
cpufreq-popup.c:74:5: warning: ‘gtk_ui_manager_new’ is deprecated [-Wdeprecated-declarations]
   74 |     popup->priv->ui_manager = gtk_ui_manager_new ();
      |     ^~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:284,
                 from cpufreq-popup.c:24:
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:130:16: note: declared here
  130 | GtkUIManager  *gtk_ui_manager_new                 (void);
      |                ^~~~~~~~~~~~~~~~~~
cpufreq-popup.c:87:5: warning: ‘gtk_ui_manager_add_ui_from_string’ is deprecated [-Wdeprecated-declarations]
   87 |     gtk_ui_manager_add_ui_from_string (popup->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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c: In function ‘cpufreq_popup_frequencies_menu_activate’:
cpufreq-popup.c:185:5: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
  185 |     if (!gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)))
      |     ^~
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:85:18: note: declared here
   85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction *action);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c:191:5: warning: ‘gtk_action_get_name’ is deprecated [-Wdeprecated-declarations]
  191 |     name = 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:
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:103:14: note: declared here
  103 | const gchar* gtk_action_get_name               (GtkAction     *action);
      |              ^~~~~~~~~~~~~~~~~~~
cpufreq-popup.c: In function ‘cpufreq_popup_governors_menu_activate’:
cpufreq-popup.c:206:5: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
  206 |     if (!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);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c:212:5: warning: ‘gtk_action_get_name’ is deprecated [-Wdeprecated-declarations]
  212 |     name = gtk_action_get_name (action);
      |     ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:103:14: note: declared here
  103 | const gchar* gtk_action_get_name               (GtkAction     *action);
      |              ^~~~~~~~~~~~~~~~~~~
cpufreq-popup.c: In function ‘cpufreq_popup_menu_add_action’:
cpufreq-popup.c:231:5: warning: ‘gtk_radio_action_get_type’ is deprecated [-Wdeprecated-declarations]
  231 |     action = g_object_new (GTK_TYPE_RADIO_ACTION,
      |     ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:73:17: note: declared here
   73 | GType           gtk_radio_action_get_type          (void) G_GNUC_CONST;
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c:236:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  236 |     gtk_action_set_sensitive (GTK_ACTION (action), sensitive);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c:238:5: warning: ‘gtk_radio_action_set_group’ is deprecated [-Wdeprecated-declarations]
  238 |     gtk_radio_action_set_group (GTK_RADIO_ACTION (action), popup->priv->radio_group);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:83:17: note: declared here
   83 | void            gtk_radio_action_set_group         (GtkRadioAction        *action,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c:239:5: warning: ‘gtk_radio_action_get_group’ is deprecated [-Wdeprecated-declarations]
  239 |     popup->priv->radio_group = gtk_radio_action_get_group (GTK_RADIO_ACTION (action));
      |     ^~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:81:17: note: declared here
   81 | GSList         *gtk_radio_action_get_group         (GtkRadioAction        *action);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c:257:5: warning: ‘gtk_action_group_add_action’ is deprecated [-Wdeprecated-declarations]
  257 |     gtk_action_group_add_action (action_group, GTK_ACTION (action));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:200:17: note: declared here
  200 | void            gtk_action_group_add_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c: In function ‘cpufreq_popup_build_ui’:
cpufreq-popup.c:348:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
  348 |         gtk_ui_manager_add_ui (popup->priv->ui_manager,
      |         ^~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
  171 | void           gtk_ui_manager_add_ui              (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c: In function ‘cpufreq_popup_build_frequencies_menu’:
cpufreq-popup.c:367:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  367 |         action_group = gtk_action_group_new ("FreqsActions");
      |         ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c:369:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  369 |         gtk_action_group_set_translation_domain (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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c:373:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  373 |         gtk_ui_manager_insert_action_group (popup->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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c: In function ‘cpufreq_popup_build_governors_menu’:
cpufreq-popup.c:389:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  389 |         action_group = gtk_action_group_new ("GovsActions");
      |         ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c:391:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  391 |         gtk_action_group_set_translation_domain (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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c:395:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  395 |         gtk_ui_manager_insert_action_group (popup->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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c: In function ‘cpufreq_popup_build_menu’:
cpufreq-popup.c:408:9: warning: ‘gtk_ui_manager_remove_ui’ is deprecated [-Wdeprecated-declarations]
  408 |         gtk_ui_manager_remove_ui (popup->priv->ui_manager,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here
  179 | void           gtk_ui_manager_remove_ui           (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c:410:9: warning: ‘gtk_ui_manager_ensure_update’ is deprecated [-Wdeprecated-declarations]
  410 |         gtk_ui_manager_ensure_update (popup->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);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c:413:5: warning: ‘gtk_ui_manager_new_merge_id’ is deprecated [-Wdeprecated-declarations]
  413 |     popup->priv->merge_id = gtk_ui_manager_new_merge_id (popup->priv->ui_manager);
      |     ^~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
  186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager          *manager);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c:418:5: warning: ‘gtk_action_group_set_visible’ is deprecated [-Wdeprecated-declarations]
  418 |     gtk_action_group_set_visible (popup->priv->freqs_group,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:186:17: note: declared here
  186 | void            gtk_action_group_set_visible             (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c: In function ‘cpufreq_popup_menu_set_active_action’:
cpufreq-popup.c:432:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  432 |     action = gtk_action_group_get_action (action_group, name);
      |     ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c:450:5: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
  450 |     gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), TRUE);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpufreq-popup.c: In function ‘cpufreq_popup_get_menu’:
cpufreq-popup.c:502:5: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
  502 |     menu = gtk_ui_manager_get_widget (popup->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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
timerapplet.c: In function ‘timer_callback’:
timerapplet.c:221:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  221 |     gtk_action_set_sensitive (gtk_action_group_get_action (applet->action_group, "Start"), !applet->active || applet->pause);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
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 timerapplet.c:31:
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
timerapplet.c:221:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  221 |     gtk_action_set_sensitive (gtk_action_group_get_action (applet->action_group, "Start"), !applet->active || applet->pause);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
timerapplet.c:222:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  222 |     gtk_action_set_sensitive (gtk_action_group_get_action (applet->action_group, "Pause"), applet->active && !applet->pause);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
timerapplet.c:222:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  222 |     gtk_action_set_sensitive (gtk_action_group_get_action (applet->action_group, "Pause"), applet->active && !applet->pause);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
timerapplet.c:223:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  223 |     gtk_action_set_sensitive (gtk_action_group_get_action (applet->action_group, "Stop"), applet->active);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
timerapplet.c:223:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  223 |     gtk_action_set_sensitive (gtk_action_group_get_action (applet->action_group, "Stop"), applet->active);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
timerapplet.c:224:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  224 |     gtk_action_set_sensitive (gtk_action_group_get_action (applet->action_group, "Reset"), !applet->active && !applet->pause && applet->elapsed);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
timerapplet.c:224:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  224 |     gtk_action_set_sensitive (gtk_action_group_get_action (applet->action_group, "Reset"), !applet->active && !applet->pause && applet->elapsed);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
timerapplet.c:225:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  225 |     gtk_action_set_sensitive (gtk_action_group_get_action (applet->action_group, "Preferences"), !applet->active && !applet->pause);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
timerapplet.c:225:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  225 |     gtk_action_set_sensitive (gtk_action_group_get_action (applet->action_group, "Preferences"), !applet->active && !applet->pause);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
timerapplet.c: In function ‘timer_applet_fill’:
timerapplet.c:438:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  438 |     applet->action_group = gtk_action_group_new ("Timer 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);
      |                 ^~~~~~~~~~~~~~~~~~~~
timerapplet.c:439:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  439 |     gtk_action_group_set_translation_domain (applet->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
timerapplet.c:440:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  440 |     gtk_action_group_add_actions (applet->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~