configure: WARNING:
  You will not be able to create source packages with 'make dist'
  because gtk-doc >= 1.0 is not found.
pluma-commands-view.c: In function ‘_pluma_cmd_view_show_toolbar’:
pluma-commands-view.c:54:9: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
   54 |         visible = 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 pluma-commands-view.c:38:
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
   85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction *action);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-commands-view.c: In function ‘_pluma_cmd_view_show_statusbar’:
pluma-commands-view.c:70:9: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
   70 |         visible = 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);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-commands-view.c: In function ‘_pluma_cmd_view_show_side_pane’:
pluma-commands-view.c:87:9: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
   87 |         visible = 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);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-commands-view.c: In function ‘_pluma_cmd_view_show_bottom_pane’:
pluma-commands-view.c:111:9: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
  111 |         visible = 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);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-commands-view.c: In function ‘_pluma_cmd_view_leave_fullscreen_mode’:
pluma-commands-view.c:144:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  144 |         view_action = gtk_action_group_get_action (window->priv->always_sensitive_action_group,
      |         ^~~~~~~~~~~
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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-commands-view.c:149:9: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
  149 |         gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (view_action),
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-documents-panel.c: In function ‘show_popup_menu’:
pluma-documents-panel.c:495:9: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
  495 |         menu = gtk_ui_manager_get_widget (pluma_window_get_ui_manager (panel->priv->window),
      |         ^~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:284,
                 from pluma-documents-panel.h:35,
                 from pluma-documents-panel.c:36:
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
pluma-settings.c: In function ‘on_syntax_highlighting_changed’:
pluma-settings.c:604:9: warning: ‘gtk_ui_manager_get_action’ is deprecated [-Wdeprecated-declarations]
  604 |         a = gtk_ui_manager_get_action (ui, "/MenuBar/ViewMenu/ViewHighlightModeMenu");
      |         ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:284,
                 from pluma-app.h:35,
                 from pluma-settings.h:30,
                 from pluma-settings.c:27:
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:155:16: note: declared here
  155 | GtkAction     *gtk_ui_manager_get_action          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
pluma-settings.c:606:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  606 |         gtk_action_set_sensitive (a, enable);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
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:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘menu_item_select_cb’:
pluma-window.c:501:5: warning: ‘gtk_activatable_get_related_action’ is deprecated [-Wdeprecated-declarations]
  501 |     action = gtk_activatable_get_related_action (GTK_ACTIVATABLE (proxy));
      |     ^~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:252,
                 from pluma-window.c:43:
/usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:83:12: note: declared here
   83 | GtkAction *gtk_activatable_get_related_action         (GtkActivatable *activatable);
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘set_toolbar_style’:
pluma-window.c:603:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  603 |     action = gtk_action_group_get_action (window->priv->always_sensitive_action_group,
      |     ^~~~~~
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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:606:5: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
  606 |     if (gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)) != visible)
      |     ^~
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);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:607:9: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
  607 |         gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), visible);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘update_next_prev_doc_sensitivity’:
pluma-window.c:644:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  644 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:646:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  646 |     gtk_action_set_sensitive (action, tab_number != 0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
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,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:648:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  648 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:650:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  650 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘update_next_prev_doc_sensitivity_per_window’:
pluma-window.c:670:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  670 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:672:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  672 |     gtk_action_set_sensitive (action, FALSE);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:674:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  674 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:676:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  676 |     gtk_action_set_sensitive (action, FALSE);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘received_clipboard_contents’:
pluma-window.c:707:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  707 |     action = gtk_action_group_get_action (window->priv->action_group, "EditPaste");
      |     ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:709:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  709 |     gtk_action_set_sensitive (action, sens);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘set_paste_sensitivity_according_to_clipboard’:
pluma-window.c:733:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  733 |         action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:738:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  738 |         gtk_action_set_sensitive (action, TRUE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘set_sensitivity_according_to_tab’:
pluma-window.c:777:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  777 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:784:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  784 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:793:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  793 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:795:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  795 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:802:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  802 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:804:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  804 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:809:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  809 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:811:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  811 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:815:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  815 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:817:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  817 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:822:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  822 |     action = gtk_action_group_get_action (window->priv->close_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:825:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  825 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:833:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  833 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:835:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  835 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:839:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  839 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:841:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  841 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:845:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  845 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:847:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  847 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:852:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  852 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:854:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  854 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:859:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  859 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:867:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  867 |         gtk_action_set_sensitive (action, FALSE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:870:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  870 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:872:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  872 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:877:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  877 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:879:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  879 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:883:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  883 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:885:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  885 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:889:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  889 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:891:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  891 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:896:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  896 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:898:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  898 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:902:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  902 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:904:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  904 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:908:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  908 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:910:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  910 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:914:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  914 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:916:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  916 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:920:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  920 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:922:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  922 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘language_toggled’:
pluma-window.c:939:5: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
  939 |     if (gtk_toggle_action_get_active (action) == FALSE)
      |     ^~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
   85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction *action);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:946:5: warning: ‘gtk_action_get_name’ is deprecated [-Wdeprecated-declarations]
  946 |     lang_id = gtk_action_get_name (GTK_ACTION (action));
      |     ^~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:103:14: note: declared here
  103 | const gchar* gtk_action_get_name               (GtkAction     *action);
      |              ^~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘create_language_menu_item’:
pluma-window.c:1001:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1001 |     section_action = gtk_action_group_get_action (window->priv->languages_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1010:9: warning: ‘gtk_action_new’ is deprecated [-Wdeprecated-declarations]
 1010 |         section_action = gtk_action_new (escaped_section,
      |         ^~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:98:14: note: declared here
   98 | GtkAction   *gtk_action_new                    (const gchar *name,
      |              ^~~~~~~~~~~~~~
pluma-window.c:1017:9: warning: ‘gtk_action_group_add_action’ is deprecated [-Wdeprecated-declarations]
 1017 |         gtk_action_group_add_action (window->priv->languages_action_group,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:200:17: note: declared here
  200 | void            gtk_action_group_add_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1021:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
 1021 |         gtk_ui_manager_add_ui (window->priv->manager,
      |         ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:284:
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
  171 | void           gtk_ui_manager_add_ui              (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1040:5: warning: ‘gtk_radio_action_new’ is deprecated [-Wdeprecated-declarations]
 1040 |     action = gtk_radio_action_new (lang_id,
      |     ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:75:17: note: declared here
   75 | GtkRadioAction *gtk_radio_action_new               (const gchar           *name,
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-window.c:1049:5: warning: ‘gtk_action_group_add_action_with_accel’ is deprecated [-Wdeprecated-declarations]
 1049 |     gtk_action_group_add_action_with_accel (window->priv->languages_action_group,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:203:17: note: declared here
  203 | void            gtk_action_group_add_action_with_accel   (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1055:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1055 |     normal_action = gtk_action_group_get_action (window->priv->languages_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1057:5: warning: ‘gtk_radio_action_get_group’ is deprecated [-Wdeprecated-declarations]
 1057 |     group = gtk_radio_action_get_group (GTK_RADIO_ACTION (normal_action));
      |     ^~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:81:17: note: declared here
   81 | GSList         *gtk_radio_action_get_group         (GtkRadioAction        *action);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1058:5: warning: ‘gtk_radio_action_set_group’ is deprecated [-Wdeprecated-declarations]
 1058 |     gtk_radio_action_set_group (action, group);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:83:17: note: declared here
   83 | void            gtk_radio_action_set_group         (GtkRadioAction        *action,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1065:5: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
 1065 |     gtk_ui_manager_add_ui (window->priv->manager,
      |     ^~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
  171 | void           gtk_ui_manager_add_ui              (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘create_languages_menu’:
pluma-window.c:1093:5: warning: ‘gtk_radio_action_new’ is deprecated [-Wdeprecated-declarations]
 1093 |     action_none = gtk_radio_action_new (LANGUAGE_NONE, _("Plain Text"),
      |     ^~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:75:17: note: declared here
   75 | GtkRadioAction *gtk_radio_action_new               (const gchar           *name,
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-window.c:1098:5: warning: ‘gtk_action_group_add_action’ is deprecated [-Wdeprecated-declarations]
 1098 |     gtk_action_group_add_action (window->priv->languages_action_group,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:200:17: note: declared here
  200 | void            gtk_action_group_add_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1107:5: warning: ‘gtk_ui_manager_new_merge_id’ is deprecated [-Wdeprecated-declarations]
 1107 |     id = gtk_ui_manager_new_merge_id (window->priv->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);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1109:5: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
 1109 |     gtk_ui_manager_add_ui (window->priv->manager,
      |     ^~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
  171 | void           gtk_ui_manager_add_ui              (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1117:5: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 1117 |     gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action_none), TRUE);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘update_languages_menu’:
pluma-window.c:1154:5: warning: ‘gtk_action_group_list_actions’ is deprecated [-Wdeprecated-declarations]
 1154 |     actions = gtk_action_group_list_actions (window->priv->languages_action_group);
      |     ^~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:198:17: note: declared here
  198 | GList          *gtk_action_group_list_actions            (GtkActionGroup             *action_group);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1164:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1164 |     action = gtk_action_group_get_action (window->priv->languages_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1167:5: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 1167 |     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,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘update_recent_files_menu’:
pluma-window.c:1301:9: warning: ‘gtk_ui_manager_remove_ui’ is deprecated [-Wdeprecated-declarations]
 1301 |         gtk_ui_manager_remove_ui (p->manager, p->recents_menu_ui_id);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here
  179 | void           gtk_ui_manager_remove_ui           (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1303:5: warning: ‘gtk_action_group_list_actions’ is deprecated [-Wdeprecated-declarations]
 1303 |     actions = gtk_action_group_list_actions (p->recents_action_group);
      |     ^~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:198:17: note: declared here
  198 | GList          *gtk_action_group_list_actions            (GtkActionGroup             *action_group);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1309:10: warning: ‘gtk_action_group_remove_action’ is deprecated [-Wdeprecated-declarations]
 1309 |          gtk_action_group_remove_action (p->recents_action_group,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:207:17: note: declared here
  207 | void            gtk_action_group_remove_action           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1314:5: warning: ‘gtk_ui_manager_new_merge_id’ is deprecated [-Wdeprecated-declarations]
 1314 |     p->recents_menu_ui_id = gtk_ui_manager_new_merge_id (p->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);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1377:9: warning: ‘gtk_action_new’ is deprecated [-Wdeprecated-declarations]
 1377 |         action = gtk_action_new (action_name,
      |         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:98:14: note: declared here
   98 | GtkAction   *gtk_action_new                    (const gchar *name,
      |              ^~~~~~~~~~~~~~
pluma-window.c:1392:9: warning: ‘gtk_action_group_add_action’ is deprecated [-Wdeprecated-declarations]
 1392 |         gtk_action_group_add_action (p->recents_action_group,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:200:17: note: declared here
  200 | void            gtk_action_group_add_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1396:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
 1396 |         gtk_ui_manager_add_ui (p->manager,
      |         ^~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
  171 | void           gtk_ui_manager_add_ui              (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘toolbar_visibility_changed’:
pluma-window.c:1432:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1432 |     action = gtk_action_group_get_action (window->priv->always_sensitive_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1435:5: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
 1435 |     if (gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)) != visible)
      |     ^~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
   85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction *action);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1436:9: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 1436 |         gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), visible);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘setup_toolbar_open_button’:
pluma-window.c:1485:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1485 |     action = gtk_action_group_get_action (window->priv->always_sensitive_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1491:5: warning: ‘gtk_activatable_set_related_action’ is deprecated [-Wdeprecated-declarations]
 1491 |     gtk_activatable_set_related_action (GTK_ACTIVATABLE (open_button),
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:80:12: note: declared here
   80 | void       gtk_activatable_set_related_action         (GtkActivatable *activatable,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘create_menu_bar_and_toolbar’:
pluma-window.c:1513:5: warning: ‘gtk_ui_manager_new’ is deprecated [-Wdeprecated-declarations]
 1513 |     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);
      |                ^~~~~~~~~~~~~~~~~~
pluma-window.c:1517:33: warning: ‘gtk_ui_manager_get_accel_group’ is deprecated [-Wdeprecated-declarations]
 1517 |                                 gtk_ui_manager_get_accel_group (manager));
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:147:16: note: declared here
  147 | GtkAccelGroup *gtk_ui_manager_get_accel_group     (GtkUIManager          *manager);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1519:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
 1519 |     action_group = gtk_action_group_new ("PlumaWindowAlwaysSensitiveActions");
      |     ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-window.c:1520:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
 1520 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1521:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
 1521 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1525:5: warning: ‘gtk_action_group_add_toggle_actions’ is deprecated [-Wdeprecated-declarations]
 1525 |     gtk_action_group_add_toggle_actions (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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1530:5: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
 1530 |     gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1534:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
 1534 |     action_group = gtk_action_group_new ("PlumaWindowActions");
      |     ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-window.c:1535:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
 1535 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1536:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
 1536 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1540:5: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
 1540 |     gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1545:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1545 |     action = gtk_action_group_get_action (action_group, "FileSave");
      |     ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1547:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1547 |     action = gtk_action_group_get_action (action_group, "FilePrint");
      |     ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1549:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1549 |     action = gtk_action_group_get_action (action_group, "SearchFind");
      |     ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1551:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1551 |     action = gtk_action_group_get_action (action_group, "SearchReplace");
      |     ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1555:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1555 |     action = gtk_action_group_get_action (action_group, "FileSave");
      |     ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1557:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1557 |     action = gtk_action_group_get_action (action_group, "EditUndo");
      |     ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1560:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
 1560 |     action_group = gtk_action_group_new ("PlumaQuitWindowActions");
      |     ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-window.c:1561:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
 1561 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1562:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
 1562 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1567:5: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
 1567 |     gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1571:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
 1571 |     action_group = gtk_action_group_new ("PlumaCloseWindowActions");
      |     ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-window.c:1572:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
 1572 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1573:5: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
 1573 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1578:5: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
 1578 |     gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1582:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
 1582 |     action_group = gtk_action_group_new ("PlumaWindowPanesActions");
      |     ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-window.c:1583:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
 1583 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1584:5: warning: ‘gtk_action_group_add_toggle_actions’ is deprecated [-Wdeprecated-declarations]
 1584 |     gtk_action_group_add_toggle_actions (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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1589:5: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
 1589 |     gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1594:5: warning: ‘gtk_ui_manager_add_ui_from_file’ is deprecated [-Wdeprecated-declarations]
 1594 |     gtk_ui_manager_add_ui_from_file (manager,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:163:16: note: declared here
  163 | guint          gtk_ui_manager_add_ui_from_file    (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1616:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
 1616 |     action_group = gtk_action_group_new ("RecentFilesActions");
      |     ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-window.c:1617:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
 1617 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1619:5: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
 1619 |     gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1630:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
 1630 |     action_group = gtk_action_group_new ("LanguagesActions");
      |     ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-window.c:1631:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
 1631 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1633:5: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
 1633 |     gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1638:5: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
 1638 |     action_group = gtk_action_group_new ("DocumentsListActions");
      |     ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-window.c:1639:5: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
 1639 |     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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1641:5: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
 1641 |     gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1644:5: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
 1644 |     window->priv->menubar = gtk_ui_manager_get_widget (manager, "/MenuBar");
      |     ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1651:5: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
 1651 |     window->priv->toolbar = gtk_ui_manager_get_widget (manager, "/ToolBar");
      |     ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘documents_list_menu_activate’:
pluma-window.c:1682:5: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
 1682 |     if (gtk_toggle_action_get_active (action) == FALSE)
      |     ^~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
   85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction *action);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1685:5: warning: ‘gtk_radio_action_get_current_value’ is deprecated [-Wdeprecated-declarations]
 1685 |     n = gtk_radio_action_get_current_value (GTK_RADIO_ACTION (action));
      |     ^
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:89:17: note: declared here
   89 | gint            gtk_radio_action_get_current_value (GtkRadioAction        *action);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘update_documents_list_menu’:
pluma-window.c:1724:9: warning: ‘gtk_ui_manager_remove_ui’ is deprecated [-Wdeprecated-declarations]
 1724 |         gtk_ui_manager_remove_ui (p->manager,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here
  179 | void           gtk_ui_manager_remove_ui           (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1727:5: warning: ‘gtk_action_group_list_actions’ is deprecated [-Wdeprecated-declarations]
 1727 |     actions = gtk_action_group_list_actions (p->documents_list_action_group);
      |     ^~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:198:17: note: declared here
  198 | GList          *gtk_action_group_list_actions            (GtkActionGroup             *action_group);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1733:10: warning: ‘gtk_action_group_remove_action’ is deprecated [-Wdeprecated-declarations]
 1733 |          gtk_action_group_remove_action (p->documents_list_action_group,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:207:17: note: declared here
  207 | void            gtk_action_group_remove_action           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1740:5: warning: ‘gtk_ui_manager_new_merge_id’ is deprecated [-Wdeprecated-declarations]
 1740 |     id = (n > 0) ? gtk_ui_manager_new_merge_id (p->manager) : 0;
      |     ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
  186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager          *manager);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1769:9: warning: ‘gtk_radio_action_new’ is deprecated [-Wdeprecated-declarations]
 1769 |         action = gtk_radio_action_new (action_name,
      |         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:75:17: note: declared here
   75 | GtkRadioAction *gtk_radio_action_new               (const gchar           *name,
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-window.c:1776:13: warning: ‘gtk_radio_action_set_group’ is deprecated [-Wdeprecated-declarations]
 1776 |             gtk_radio_action_set_group (action, group);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:83:17: note: declared here
   83 | void            gtk_radio_action_set_group         (GtkRadioAction        *action,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1779:9: warning: ‘gtk_radio_action_get_group’ is deprecated [-Wdeprecated-declarations]
 1779 |         group = gtk_radio_action_get_group (action);
      |         ^~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:81:17: note: declared here
   81 | GSList         *gtk_radio_action_get_group         (GtkRadioAction        *action);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1781:9: warning: ‘gtk_action_group_add_action_with_accel’ is deprecated [-Wdeprecated-declarations]
 1781 |         gtk_action_group_add_action_with_accel (p->documents_list_action_group,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:203:17: note: declared here
  203 | void            gtk_action_group_add_action_with_accel   (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1790:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
 1790 |         gtk_ui_manager_add_ui (p->manager,
      |         ^~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
  171 | void           gtk_ui_manager_add_ui              (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1798:13: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 1798 |             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,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘set_statusbar_style’:
pluma-window.c:1831:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1831 |     action = gtk_action_group_get_action (window->priv->always_sensitive_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1834:5: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
 1834 |     if (gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)) != visible)
      |     ^~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
   85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction *action);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1835:9: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 1835 |         gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), visible);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘statusbar_visibility_changed’:
pluma-window.c:1852:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1852 |     action = gtk_action_group_get_action (window->priv->always_sensitive_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1855:5: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
 1855 |     if (gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)) != visible)
      |     ^~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
   85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction *action);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:1856:9: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 1856 |         gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), visible);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘set_title’:
pluma-window.c:2267:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2267 |     action = gtk_action_group_get_action (window->priv->action_group, "FileSave");
      |     ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2268:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2268 |     gtk_action_set_sensitive (action, cansave);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘notebook_switch_page’:
pluma-window.c:2465:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2465 |     action = gtk_action_group_get_action (window->priv->documents_list_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2473:9: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 2473 |         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,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘set_sensitivity_according_to_window_state’:
pluma-window.c:2529:5: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2529 |     gtk_action_group_set_sensitive (window->priv->quit_action_group,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2533:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2533 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2535:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2535 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2539:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2539 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2541:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2541 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2545:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2545 |     action = gtk_action_group_get_action (window->priv->always_sensitive_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2547:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2547 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2550:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2550 |     action = gtk_action_group_get_action (window->priv->always_sensitive_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2552:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2552 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2555:5: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2555 |     gtk_action_group_set_sensitive (window->priv->recents_action_group,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2569:9: warning: ‘gtk_action_group_get_sensitive’ is deprecated [-Wdeprecated-declarations]
 2569 |         if (gtk_action_group_get_sensitive (window->priv->action_group))
      |         ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:179:17: note: declared here
  179 | gboolean        gtk_action_group_get_sensitive           (GtkActionGroup             *action_group);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2570:13: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2570 |             gtk_action_group_set_sensitive (window->priv->action_group, FALSE);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2572:9: warning: ‘gtk_action_group_get_sensitive’ is deprecated [-Wdeprecated-declarations]
 2572 |         if (gtk_action_group_get_sensitive (window->priv->quit_action_group))
      |         ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:179:17: note: declared here
  179 | gboolean        gtk_action_group_get_sensitive           (GtkActionGroup             *action_group);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2573:13: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2573 |             gtk_action_group_set_sensitive (window->priv->quit_action_group, FALSE);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2575:9: warning: ‘gtk_action_group_get_sensitive’ is deprecated [-Wdeprecated-declarations]
 2575 |         if (gtk_action_group_get_sensitive (window->priv->close_action_group))
      |         ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:179:17: note: declared here
  179 | gboolean        gtk_action_group_get_sensitive           (GtkActionGroup             *action_group);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2576:13: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2576 |             gtk_action_group_set_sensitive (window->priv->close_action_group, FALSE);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2580:9: warning: ‘gtk_action_group_get_sensitive’ is deprecated [-Wdeprecated-declarations]
 2580 |         if (!gtk_action_group_get_sensitive (window->priv->action_group))
      |         ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:179:17: note: declared here
  179 | gboolean        gtk_action_group_get_sensitive           (GtkActionGroup             *action_group);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2581:13: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2581 |             gtk_action_group_set_sensitive (window->priv->action_group, window->priv->num_tabs > 0);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2583:9: warning: ‘gtk_action_group_get_sensitive’ is deprecated [-Wdeprecated-declarations]
 2583 |         if (!gtk_action_group_get_sensitive (window->priv->quit_action_group))
      |         ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:179:17: note: declared here
  179 | gboolean        gtk_action_group_get_sensitive           (GtkActionGroup             *action_group);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2584:13: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2584 |             gtk_action_group_set_sensitive (window->priv->quit_action_group, window->priv->num_tabs > 0);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2586:9: warning: ‘gtk_action_group_get_sensitive’ is deprecated [-Wdeprecated-declarations]
 2586 |         if (!gtk_action_group_get_sensitive (window->priv->close_action_group))
      |         ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:179:17: note: declared here
  179 | gboolean        gtk_action_group_get_sensitive           (GtkActionGroup             *action_group);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2587:13: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2587 |             gtk_action_group_set_sensitive (window->priv->close_action_group, window->priv->num_tabs > 0);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘_pluma_window_set_lockdown’:
pluma-window.c:2620:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2620 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2622:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2622 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘sync_name’:
pluma-window.c:2738:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2738 |         action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2740:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2740 |         gtk_action_set_sensitive (action, !pluma_document_is_untitled (doc));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:2747:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2747 |     action = gtk_action_group_get_action (window->priv->documents_list_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘fullscreen_controls_build’:
pluma-window.c:3027:5: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
 3027 |     toolbar = gtk_ui_manager_get_widget (priv->manager, "/FullscreenToolBar");
      |     ^~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3030:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3030 |     action = gtk_action_group_get_action (priv->always_sensitive_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘can_search_again’:
pluma-window.c:3064:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3064 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3066:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 3066 |     gtk_action_set_sensitive (action, sensitive);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3068:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3068 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3070:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 3070 |     gtk_action_set_sensitive (action, sensitive);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3072:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3072 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3074:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 3074 |     gtk_action_set_sensitive (action, sensitive);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘can_undo’:
pluma-window.c:3090:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3090 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3092:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 3092 |     gtk_action_set_sensitive (action, sensitive);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘can_redo’:
pluma-window.c:3108:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3108 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3110:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 3110 |     gtk_action_set_sensitive (action, sensitive);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘selection_changed’:
pluma-window.c:3137:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3137 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3139:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 3139 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3144:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3144 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3146:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 3146 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3151:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3151 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3153:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 3153 |     gtk_action_set_sensitive (action,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘update_sensitivity_according_to_open_tabs’:
pluma-window.c:3196:5: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 3196 |     gtk_action_group_set_sensitive (window->priv->action_group,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3199:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3199 |     action = gtk_action_group_get_action (window->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3201:5: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 3201 |     gtk_action_set_sensitive (action, window->priv->num_tabs > 1);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3203:5: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 3203 |     gtk_action_group_set_sensitive (window->priv->close_action_group,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘show_notebook_popup_menu’:
pluma-window.c:3459:5: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
 3459 |     menu = gtk_ui_manager_get_widget (window->priv->manager, "/NotebookPopup");
      |     ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘side_panel_visibility_changed’:
pluma-window.c:3637:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3637 |     action = gtk_action_group_get_action (window->priv->panes_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3640:5: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
 3640 |     if (gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)) != visible)
      |     ^~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
   85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction *action);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3641:9: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 3641 |         gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), visible);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘bottom_panel_visibility_changed’:
pluma-window.c:3691:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3691 |     action = gtk_action_group_get_action (window->priv->panes_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3694:5: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
 3694 |     if (gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)) != visible)
      |     ^~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
   85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction *action);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3695:9: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 3695 |         gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), visible);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘bottom_panel_item_removed’:
pluma-window.c:3713:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3713 |         action = gtk_action_group_get_action (window->priv->panes_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3715:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 3715 |         gtk_action_set_sensitive (action, FALSE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘bottom_panel_item_added’:
pluma-window.c:3731:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3731 |         action = gtk_action_group_get_action (window->priv->panes_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3733:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 3733 |         gtk_action_set_sensitive (action, TRUE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3735:9: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
 3735 |         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);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘init_panels_visibility’:
pluma-window.c:3805:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 3805 |         action = gtk_action_group_get_action (window->priv->panes_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:3807:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 3807 |         gtk_action_set_sensitive (action, FALSE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘on_extension_removed’:
pluma-window.c:3954:5: warning: ‘gtk_ui_manager_ensure_update’ is deprecated [-Wdeprecated-declarations]
 3954 |     gtk_ui_manager_ensure_update (window->priv->manager);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:184:16: note: declared here
  184 | void           gtk_ui_manager_ensure_update       (GtkUIManager          *manager);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c: In function ‘_pluma_window_unfullscreen’:
pluma-window.c:4709:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 4709 |     action = gtk_action_group_get_action (window->priv->always_sensitive_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:4711:5: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
 4711 |     visible = 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);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:4718:5: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 4718 |     action = gtk_action_group_get_action (window->priv->always_sensitive_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-window.c:4720:5: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
 4720 |     visible = 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);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
bacon-message-connection.c: In function ‘find_file_with_pattern’:
bacon-message-connection.c:207:17: warning: ‘g_pattern_match_string’ is deprecated: Use 'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
  207 |                 if (g_pattern_match_string (pat, filename))
      |                 ^~
In file included from /usr/include/glib-2.0/glib.h:68,
                 from bacon-message-connection.h:24,
                 from bacon-message-connection.c:32:
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
   57 | gboolean      g_pattern_match_string   (GPatternSpec *pspec,
      |               ^~~~~~~~~~~~~~~~~~~~~~
bacon-message-connection.c: In function ‘try_server’:
bacon-message-connection.c:255:9: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-truncation]
  255 |         strncpy (uaddr.sun_path, conn->path,
      |         ^
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:
bacon-message-connection.c:256:30: note: length computed here
  256 |                         MIN (strlen(conn->path)+1, UNIX_PATH_MAX));
      |                              ^~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:942:23: note: in definition of macro ‘MIN’
  942 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                       ^
bacon-message-connection.c: In function ‘bacon_message_connection_new’:
bacon-message-connection.c:276:9: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-truncation]
  276 |         strncpy (uaddr.sun_path, conn->path,
      |         ^
In function ‘try_client’,
    inlined from ‘bacon_message_connection_new’ at bacon-message-connection.c:311:6:
bacon-message-connection.c:277:29: note: length computed here
  277 |                         MIN(strlen(conn->path)+1, UNIX_PATH_MAX));
      |                             ^~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:942:23: note: in definition of macro ‘MIN’
  942 | #define MIN(a, b)  (((a) < (b)) ? (a) : (b))
      |                       ^
pluma-utils.h:62: Warning: Pluma: symbol='menu_popup_at_treeview_selection': Unknown namespace for symbol 'menu_popup_at_treeview_selection'
pluma-utils.h:82: Warning: Pluma: symbol='g_utf8_caselessnmatch': Skipping foreign symbol from namespace Gio
pluma-utils.h:46: Warning: Pluma: symbol='GBOOLEAN_TO_POINTER': Unknown namespace for symbol 'GBOOLEAN_TO_POINTER'
pluma-utils.h:47: Warning: Pluma: symbol='GPOINTER_TO_BOOLEAN': Unknown namespace for symbol 'GPOINTER_TO_BOOLEAN'
pluma-utils.h:49: Warning: Pluma: symbol='IS_VALID_BOOLEAN': Unknown namespace for symbol 'IS_VALID_BOOLEAN'
pluma-document.c:1556: Warning: Pluma: pluma_document_load: unknown parameter 'doc' in documentation comment, should be 'document'
pluma-commands-file.c:335: Warning: Pluma: pluma_commands_load_uris: argument uris: Missing (element-type) annotation
pluma-status-combo-box.h:79: Warning: Pluma: pluma_status_combo_box_get_item_label: return value: Missing (transfer) annotation
pluma-docinfo-plugin.c: In function ‘update_ui’:
pluma-docinfo-plugin.c:458:9: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  458 |         gtk_action_group_set_sensitive (data->ui_action_group,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from ../../pluma/pluma-window.h:36,
                 from pluma-docinfo-plugin.c:37:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-docinfo-plugin.c: In function ‘pluma_docinfo_plugin_activate’:
pluma-docinfo-plugin.c:554:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  554 |         data->ui_action_group = gtk_action_group_new ("PlumaDocInfoPluginActions");
      |         ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-docinfo-plugin.c:556:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  556 |         gtk_action_group_set_translation_domain (data->ui_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-docinfo-plugin.c:558:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  558 |         gtk_action_group_add_actions (data->ui_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-docinfo-plugin.c:564:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  564 |         gtk_ui_manager_insert_action_group (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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-docinfo-plugin.c:568:9: warning: ‘gtk_ui_manager_new_merge_id’ is deprecated [-Wdeprecated-declarations]
  568 |         data->ui_id = gtk_ui_manager_new_merge_id (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);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-docinfo-plugin.c:570:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
  570 |         gtk_ui_manager_add_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,
      |                ^~~~~~~~~~~~~~~~~~~~~
pluma-docinfo-plugin.c: In function ‘pluma_docinfo_plugin_deactivate’:
pluma-docinfo-plugin.c:595:9: warning: ‘gtk_ui_manager_remove_ui’ is deprecated [-Wdeprecated-declarations]
  595 |         gtk_ui_manager_remove_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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-docinfo-plugin.c:597:9: warning: ‘gtk_ui_manager_remove_action_group’ is deprecated [-Wdeprecated-declarations]
  597 |         gtk_ui_manager_remove_action_group (manager,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:142:16: note: declared here
  142 | void           gtk_ui_manager_remove_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c: In function ‘on_selection_changed_cb’:
pluma-file-browser-plugin.c:564:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  564 |         gtk_action_set_sensitive (
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
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 ../../pluma/pluma-app.h:35,
                 from pluma-file-browser-plugin.c:32:
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c:565:17: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  565 |                 gtk_action_group_get_action (priv->single_selection_action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c: In function ‘add_popup_ui’:
pluma-file-browser-plugin.c:611:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  611 |         action_group = gtk_action_group_new ("FileBrowserPluginExtra");
      |         ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c:612:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  612 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c:613:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  613 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c:617:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  617 |         gtk_ui_manager_insert_action_group (manager, action_group, 0);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c:620:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  620 |         action_group = gtk_action_group_new ("FileBrowserPluginSingleSelectionExtra");
      |         ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c:621:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  621 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c:622:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  622 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c:626:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  626 |         gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c:629:9: warning: ‘gtk_ui_manager_add_ui_from_string’ is deprecated [-Wdeprecated-declarations]
  629 |         priv->merge_id = gtk_ui_manager_add_ui_from_string (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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c: In function ‘remove_popup_ui’:
pluma-file-browser-plugin.c:646:9: warning: ‘gtk_ui_manager_remove_ui’ is deprecated [-Wdeprecated-declarations]
  646 |         gtk_ui_manager_remove_ui (manager, priv->merge_id);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here
  179 | void           gtk_ui_manager_remove_ui           (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c:648:9: warning: ‘gtk_ui_manager_remove_action_group’ is deprecated [-Wdeprecated-declarations]
  648 |         gtk_ui_manager_remove_action_group (manager, priv->action_group);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:142:16: note: declared here
  142 | void           gtk_ui_manager_remove_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c:651:9: warning: ‘gtk_ui_manager_remove_action_group’ is deprecated [-Wdeprecated-declarations]
  651 |         gtk_ui_manager_remove_action_group (manager, priv->single_selection_action_group);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:142:16: note: declared here
  142 | void           gtk_ui_manager_remove_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c: In function ‘pluma_file_browser_plugin_update_state’:
pluma-file-browser-plugin.c:665:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  665 |         gtk_action_set_sensitive (gtk_action_group_get_action (priv->action_group,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-plugin.c:665:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  665 |         gtk_action_set_sensitive (gtk_action_group_get_action (priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c: In function ‘create_toolbar’:
pluma-file-browser-widget.c:871:9: warning: ‘gtk_ui_manager_new’ is deprecated [-Wdeprecated-declarations]
  871 |         manager = gtk_ui_manager_new ();
      |         ^~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:284,
                 from pluma-file-browser-widget.c:32:
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:130:16: note: declared here
  130 | GtkUIManager  *gtk_ui_manager_new                 (void);
      |                ^~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:875:9: warning: ‘gtk_ui_manager_add_ui_from_file’ is deprecated [-Wdeprecated-declarations]
  875 |         gtk_ui_manager_add_ui_from_file (manager, ui_file, &error);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:163:16: note: declared here
  163 | guint          gtk_ui_manager_add_ui_from_file    (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:886:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  886 |         action_group = gtk_action_group_new ("FileBrowserWidgetActionGroupToplevel");
      |         ^~~~~~~~~~~~
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);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:887:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  887 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:888:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  888 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:892:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  892 |         gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:894:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  894 |         action_group = gtk_action_group_new ("FileBrowserWidgetActionGroup");
      |         ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:895:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  895 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:896:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  896 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:900:9: warning: ‘gtk_action_group_add_toggle_actions’ is deprecated [-Wdeprecated-declarations]
  900 |         gtk_action_group_add_toggle_actions (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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:904:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  904 |         gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:907:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  907 |         action_group = gtk_action_group_new ("FileBrowserWidgetSelectionActionGroup");
      |         ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:908:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  908 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:909:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  909 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:913:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  913 |         gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:916:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  916 |         action_group = gtk_action_group_new ("FileBrowserWidgetFileSelectionActionGroup");
      |         ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:917:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  917 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:918:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  918 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:922:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  922 |         gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:925:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  925 |         action_group = gtk_action_group_new ("FileBrowserWidgetSingleSelectionActionGroup");
      |         ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:926:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  926 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:927:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  927 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:931:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  931 |         gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:934:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  934 |         action_group = gtk_action_group_new ("FileBrowserWidgetSingleMostSelectionActionGroup");
      |         ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:935:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  935 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:936:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  936 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:940:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  940 |         gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:943:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  943 |         action_group = gtk_action_group_new ("FileBrowserWidgetSensitiveActionGroup");
      |         ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:944:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  944 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:945:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  945 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:949:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  949 |         gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:952:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  952 |         action_group = gtk_action_group_new ("FileBrowserWidgetBookmarkActionGroup");
      |         ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:953:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  953 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:954:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  954 |         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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:958:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  958 |         gtk_ui_manager_insert_action_group (manager, action_group, 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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:961:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  961 |         action = gtk_action_group_get_action (obj->priv->action_group_sensitive,
      |         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:963:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  963 |         gtk_action_set_sensitive (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:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:965:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  965 |         action = gtk_action_group_get_action (obj->priv->action_group_sensitive,
      |         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:967:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  967 |         gtk_action_set_sensitive (action, FALSE);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:969:9: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
  969 |         toolbar = gtk_ui_manager_get_widget (manager, "/ToolBar");
      |         ^~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:992:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  992 |         action = gtk_action_group_get_action (obj->priv->action_group_sensitive,
      |         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:996:9: warning: ‘gtk_activatable_set_related_action’ is deprecated [-Wdeprecated-declarations]
  996 |         gtk_activatable_set_related_action (GTK_ACTIVATABLE (widget), action);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:80:12: note: declared here
   80 | void       gtk_activatable_set_related_action         (GtkActivatable *activatable,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:1018:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1018 |         action = gtk_action_group_get_action (obj->priv->action_group_sensitive,
      |         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:1022:9: warning: ‘gtk_activatable_set_related_action’ is deprecated [-Wdeprecated-declarations]
 1022 |         gtk_activatable_set_related_action (GTK_ACTIVATABLE (widget), action);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:80:12: note: declared here
   80 | void       gtk_activatable_set_related_action         (GtkActivatable *activatable,
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c: In function ‘set_enable_delete’:
pluma-file-browser-widget.c:1042:13: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1042 |             gtk_action_group_get_action (obj->priv->action_group_selection,
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c: In function ‘update_sensitivity’:
pluma-file-browser-widget.c:1282:17: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 1282 |                 gtk_action_group_set_sensitive (obj->priv->action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:1284:17: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 1284 |                 gtk_action_group_set_sensitive (obj->priv->bookmark_action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:1292:21: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1292 |                     gtk_action_group_get_action (obj->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:1294:17: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 1294 |                 gtk_toggle_action_set_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:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:1298:17: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 1298 |                 gtk_action_group_set_sensitive (obj->priv->action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:1300:17: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 1300 |                 gtk_action_group_set_sensitive (obj->priv->bookmark_action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:1305:21: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1305 |                     gtk_action_group_get_action (obj->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:1307:17: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 1307 |                 gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action),
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c: In function ‘popup_menu’:
pluma-file-browser-widget.c:1340:17: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
 1340 |                 menu = gtk_ui_manager_get_widget (obj->priv->manager, "/FilePopup");
      |                 ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:1342:17: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
 1342 |                 menu = gtk_ui_manager_get_widget (obj->priv->manager, "/BookmarkPopup");
      |                 ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c: In function ‘filter_glob’:
pluma-file-browser-widget.c:1394:21: warning: ‘g_pattern_match_string’ is deprecated: Use 'g_pattern_spec_match_string' instead [-Wdeprecated-declarations]
 1394 |                     g_pattern_match_string (obj->priv->filter_pattern,
      |                     ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib.h:68,
                 from pluma-file-browser-widget.c:30:
/usr/include/glib-2.0/glib/gpattern.h:57:15: note: declared here
   57 | gboolean      g_pattern_match_string   (GPatternSpec *pspec,
      |               ^~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c: In function ‘clear_next_locations’:
pluma-file-browser-widget.c:1704:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 1704 |         gtk_action_set_sensitive (gtk_action_group_get_action
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:1705:35: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1705 |                                   (obj->priv->action_group_sensitive,
      |                                   ^
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c: In function ‘update_filter_mode’:
pluma-file-browser-widget.c:1715:13: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
 1715 |             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);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c: In function ‘on_virtual_root_changed’:
pluma-file-browser-widget.c:2602:29: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2602 |                             gtk_action_group_get_action (obj->priv->
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2605:25: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2605 |                         gtk_action_set_sensitive (action,
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2609:29: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2609 |                             gtk_action_group_get_action (obj->priv->
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2612:25: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2612 |                         gtk_action_set_sensitive (action,
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2620:29: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2620 |                             gtk_action_group_get_action (obj->priv->
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2623:25: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2623 |                         gtk_action_set_sensitive (action,
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c: In function ‘on_model_set’:
pluma-file-browser-widget.c:2662:25: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2662 |                         action = gtk_action_group_get_action (obj->priv->action_group_sensitive,
      |                         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2664:25: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2664 |                         gtk_action_set_sensitive (action, TRUE);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c: In function ‘do_change_directory’:
pluma-file-browser-widget.c:2770:17: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2770 |                 action = gtk_action_group_get_action (obj->priv->
      |                 ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2779:25: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2779 |                         action = gtk_action_group_get_action (obj->priv->
      |                         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2784:25: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2784 |                         action = gtk_action_group_get_action (obj->priv->
      |                         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2789:25: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2789 |                         action = gtk_action_group_get_action (obj->priv->
      |                         ^~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2798:17: warning: ‘gtk_action_activate’ is deprecated [-Wdeprecated-declarations]
 2798 |                 gtk_action_activate (action);
      |                 ^~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:119:14: note: declared here
  119 | void         gtk_action_activate               (GtkAction     *action);
      |              ^~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c: In function ‘on_selection_changed’:
pluma-file-browser-widget.c:2863:9: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2863 |         gtk_action_group_set_sensitive (obj->priv->action_group_selection,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2865:9: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2865 |         gtk_action_group_set_sensitive (obj->priv->action_group_file_selection,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2867:9: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2867 |         gtk_action_group_set_sensitive (obj->priv->action_group_single_selection,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2869:9: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 2869 |         gtk_action_group_set_sensitive (obj->priv->action_group_single_most_selection,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c: In function ‘on_filter_mode_changed’:
pluma-file-browser-widget.c:2949:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2949 |         action = GTK_TOGGLE_ACTION (gtk_action_group_get_action (obj->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2953:9: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
 2953 |         if (active != gtk_toggle_action_get_active (action))
      |         ^~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
   85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction *action);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2954:17: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 2954 |                 gtk_toggle_action_set_active (action, active);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2956:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 2956 |         action = GTK_TOGGLE_ACTION (gtk_action_group_get_action (obj->priv->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2960:9: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
 2960 |         if (active != gtk_toggle_action_get_active (action))
      |         ^~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
   85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction *action);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-widget.c:2961:17: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 2961 |                 gtk_toggle_action_set_active (action, active);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-messages.c: In function ‘window_data_new’:
pluma-file-browser-messages.c:65:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
   65 |         data->merged_actions = gtk_action_group_new ("MessageMergedActions");
      |         ^~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from ../../pluma/pluma-window.h:36,
                 from pluma-file-browser-messages.h:26,
                 from pluma-file-browser-messages.c:1:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-file-browser-messages.c:67:9: warning: ‘gtk_ui_manager_get_action_groups’ is deprecated [-Wdeprecated-declarations]
   67 |         groups = gtk_ui_manager_get_action_groups (manager);
      |         ^~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:284:
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:145:16: note: declared here
  145 | GList         *gtk_ui_manager_get_action_groups   (GtkUIManager          *manager);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-messages.c:68:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
   68 |         gtk_ui_manager_insert_action_group (manager, data->merged_actions, g_list_length (groups));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
  138 | void           gtk_ui_manager_insert_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-messages.c: In function ‘window_data_free’:
pluma-file-browser-messages.c:92:9: warning: ‘gtk_ui_manager_remove_action_group’ is deprecated [-Wdeprecated-declarations]
   92 |         gtk_ui_manager_remove_action_group (manager, data->merged_actions);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:142:16: note: declared here
  142 | void           gtk_ui_manager_remove_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-messages.c:95:17: warning: ‘gtk_ui_manager_remove_ui’ is deprecated [-Wdeprecated-declarations]
   95 |                 gtk_ui_manager_remove_ui (manager, GPOINTER_TO_INT (item->data));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here
  179 | void           gtk_ui_manager_remove_ui           (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-messages.c: In function ‘message_add_context_item_cb’:
pluma-file-browser-messages.c:582:9: warning: ‘gtk_action_group_add_action’ is deprecated [-Wdeprecated-declarations]
  582 |         gtk_action_group_add_action (data->merged_actions, action);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:200:17: note: declared here
  200 | void            gtk_action_group_add_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-messages.c:584:9: warning: ‘gtk_action_get_name’ is deprecated [-Wdeprecated-declarations]
  584 |         name = g_strconcat (gtk_action_get_name (action), "MenuItem", NULL);
      |         ^~~~
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);
      |              ^~~~~~~~~~~~~~~~~~~
pluma-file-browser-messages.c:585:9: warning: ‘gtk_ui_manager_new_merge_id’ is deprecated [-Wdeprecated-declarations]
  585 |         merge_id = gtk_ui_manager_new_merge_id (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);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-messages.c:587:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
  587 |         gtk_ui_manager_add_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,
      |                ^~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-messages.c:591:32: warning: ‘gtk_action_get_name’ is deprecated [-Wdeprecated-declarations]
  591 |                                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);
      |              ^~~~~~~~~~~~~~~~~~~
pluma-file-browser-messages.c:595:9: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
  595 |         if (gtk_ui_manager_get_widget (manager, path))
      |         ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-messages.c: In function ‘message_remove_context_item_cb’:
pluma-file-browser-messages.c:626:9: warning: ‘gtk_ui_manager_remove_ui’ is deprecated [-Wdeprecated-declarations]
  626 |         gtk_ui_manager_remove_ui (manager, merge_id);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here
  179 | void           gtk_ui_manager_remove_ui           (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-file-browser-messages.c: In function ‘register_methods’:
pluma-file-browser-messages.c:685:37: warning: ‘gtk_action_get_type’ is deprecated [-Wdeprecated-declarations]
  685 |                                     "action", GTK_TYPE_ACTION,
      |                                     ^~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:96:14: note: declared here
   96 | GType        gtk_action_get_type               (void) G_GNUC_CONST;
      |              ^~~~~~~~~~~~~~~~~~~
pluma-sort-plugin.c: In function ‘update_ui’:
pluma-sort-plugin.c:305:9: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  305 |         gtk_action_group_set_sensitive (plugin->priv->ui_action_group,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from ../../pluma/pluma-window.h:36,
                 from pluma-sort-plugin.c:35:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-sort-plugin.c: In function ‘pluma_sort_plugin_activate’:
pluma-sort-plugin.c:322:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  322 |         priv->ui_action_group = gtk_action_group_new ("PlumaSortPluginActions");
      |         ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-sort-plugin.c:323:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  323 |         gtk_action_group_set_translation_domain (priv->ui_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-sort-plugin.c:325:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  325 |         gtk_action_group_add_actions (priv->ui_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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-sort-plugin.c:330:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  330 |         gtk_ui_manager_insert_action_group (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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-sort-plugin.c:334:9: warning: ‘gtk_ui_manager_new_merge_id’ is deprecated [-Wdeprecated-declarations]
  334 |         priv->ui_id = gtk_ui_manager_new_merge_id (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);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-sort-plugin.c:336:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
  336 |         gtk_ui_manager_add_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,
      |                ^~~~~~~~~~~~~~~~~~~~~
pluma-sort-plugin.c: In function ‘pluma_sort_plugin_deactivate’:
pluma-sort-plugin.c:359:9: warning: ‘gtk_ui_manager_remove_ui’ is deprecated [-Wdeprecated-declarations]
  359 |         gtk_ui_manager_remove_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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-sort-plugin.c:361:9: warning: ‘gtk_ui_manager_remove_action_group’ is deprecated [-Wdeprecated-declarations]
  361 |         gtk_ui_manager_remove_action_group (manager,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:142:16: note: declared here
  142 | void           gtk_ui_manager_remove_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-taglist-plugin-panel.c: In function ‘pluma_taglist_plugin_panel_init’:
pluma-taglist-plugin-panel.c:739:9: warning: ‘gtk_container_set_focus_chain’ is deprecated [-Wdeprecated-declarations]
  739 |         gtk_container_set_focus_chain (GTK_CONTAINER (panel),
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkbin.h:33,
                 from /usr/include/gtk-3.0/gtk/gtkwindow.h:35,
                 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 pluma-taglist-plugin-panel.h:35,
                 from pluma-taglist-plugin-panel.c:38:
/usr/include/gtk-3.0/gtk/gtkcontainer.h:177:10: note: declared here
  177 | void     gtk_container_set_focus_chain  (GtkContainer   *container,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-time-plugin.c: In function ‘update_ui’:
pluma-time-plugin.c:249:9: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
  249 |         action = gtk_action_group_get_action (data->action_group,
      |         ^~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:254,
                 from ../../pluma/pluma-help.h:35,
                 from pluma-time-plugin.c:37:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:195:17: note: declared here
  195 | GtkAction      *gtk_action_group_get_action              (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-time-plugin.c:251:9: warning: ‘gtk_action_set_sensitive’ is deprecated [-Wdeprecated-declarations]
  251 |         gtk_action_set_sensitive (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:109:14: note: declared here
  109 | void         gtk_action_set_sensitive          (GtkAction     *action,
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-time-plugin.c: In function ‘pluma_time_plugin_activate’:
pluma-time-plugin.c:272:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
  272 |         data->action_group = gtk_action_group_new ("PlumaTimePluginActions");
      |         ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-time-plugin.c:273:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
  273 |         gtk_action_group_set_translation_domain (data->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-time-plugin.c:275:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
  275 |         gtk_action_group_add_actions (data->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-time-plugin.c:280:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  280 |         gtk_ui_manager_insert_action_group (manager, data->action_group, -1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-time-plugin.c:282:9: warning: ‘gtk_ui_manager_new_merge_id’ is deprecated [-Wdeprecated-declarations]
  282 |         data->ui_id = gtk_ui_manager_new_merge_id (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);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-time-plugin.c:284:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
  284 |         gtk_ui_manager_add_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,
      |                ^~~~~~~~~~~~~~~~~~~~~
pluma-time-plugin.c: In function ‘pluma_time_plugin_deactivate’:
pluma-time-plugin.c:309:9: warning: ‘gtk_ui_manager_remove_ui’ is deprecated [-Wdeprecated-declarations]
  309 |         gtk_ui_manager_remove_ui (manager, data->ui_id);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here
  179 | void           gtk_ui_manager_remove_ui           (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-time-plugin.c:310:9: warning: ‘gtk_ui_manager_remove_action_group’ is deprecated [-Wdeprecated-declarations]
  310 |         gtk_ui_manager_remove_action_group (manager, data->action_group);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:142:16: note: declared here
  142 | void           gtk_ui_manager_remove_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c: In function ‘auto_spell_cb’:
pluma-spell-plugin.c:1024:9: warning: ‘gtk_toggle_action_get_active’ is deprecated [-Wdeprecated-declarations]
 1024 |         active = 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 pluma-spell-utils.h:27,
                 from pluma-spell-plugin.c:29:
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here
   85 | gboolean         gtk_toggle_action_get_active        (GtkToggleAction *action);
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c: In function ‘update_ui’:
pluma-spell-plugin.c:1074:25: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1074 |                         action = gtk_action_group_get_action (data->action_group,
      |                         ^~~~~~
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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c:1080:25: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 1080 |                         gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action),
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c:1087:9: warning: ‘gtk_action_group_set_sensitive’ is deprecated [-Wdeprecated-declarations]
 1087 |         gtk_action_group_set_sensitive (data->action_group,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:181:17: note: declared here
  181 | void            gtk_action_group_set_sensitive           (GtkActionGroup             *action_group,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c: In function ‘set_auto_spell_from_metadata’:
pluma-spell-plugin.c:1142:17: warning: ‘gtk_action_group_get_action’ is deprecated [-Wdeprecated-declarations]
 1142 |                 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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c:1147:17: warning: ‘gtk_toggle_action_set_active’ is deprecated [-Wdeprecated-declarations]
 1147 |                 gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action),
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here
   82 | void             gtk_toggle_action_set_active        (GtkToggleAction *action,
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c: In function ‘pluma_spell_plugin_activate’:
pluma-spell-plugin.c:1278:9: warning: ‘gtk_action_group_new’ is deprecated [-Wdeprecated-declarations]
 1278 |         data->action_group = gtk_action_group_new ("PlumaSpellPluginActions");
      |         ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:175:17: note: declared here
  175 | GtkActionGroup *gtk_action_group_new                     (const gchar                *name);
      |                 ^~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c:1279:9: warning: ‘gtk_action_group_set_translation_domain’ is deprecated [-Wdeprecated-declarations]
 1279 |         gtk_action_group_set_translation_domain (data->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c:1281:9: warning: ‘gtk_action_group_add_actions’ is deprecated [-Wdeprecated-declarations]
 1281 |         gtk_action_group_add_actions (data->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c:1285:9: warning: ‘gtk_action_group_add_toggle_actions’ is deprecated [-Wdeprecated-declarations]
 1285 |         gtk_action_group_add_toggle_actions (data->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,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c:1290:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
 1290 |         gtk_ui_manager_insert_action_group (manager, data->action_group, -1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c:1292:9: warning: ‘gtk_ui_manager_new_merge_id’ is deprecated [-Wdeprecated-declarations]
 1292 |         data->ui_id = gtk_ui_manager_new_merge_id (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);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c:1298:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
 1298 |         gtk_ui_manager_add_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,
      |                ^~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c:1306:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
 1306 |         gtk_ui_manager_add_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,
      |                ^~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c:1314:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
 1314 |         gtk_ui_manager_add_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,
      |                ^~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c: In function ‘pluma_spell_plugin_deactivate’:
pluma-spell-plugin.c:1363:9: warning: ‘gtk_ui_manager_remove_ui’ is deprecated [-Wdeprecated-declarations]
 1363 |         gtk_ui_manager_remove_ui (manager, data->ui_id);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here
  179 | void           gtk_ui_manager_remove_ui           (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
pluma-spell-plugin.c:1364:9: warning: ‘gtk_ui_manager_remove_action_group’ is deprecated [-Wdeprecated-declarations]
 1364 |         gtk_ui_manager_remove_action_group (manager, data->action_group);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:142:16: note: declared here
  142 | void           gtk_ui_manager_remove_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: warning: remember to run 'libtool --finish /usr/lib/pluma/plugins'
libtool: warning: remember to run 'libtool --finish /usr/lib/pluma/plugins'
libtool: warning: remember to run 'libtool --finish /usr/lib/pluma/plugins'
libtool: warning: remember to run 'libtool --finish /usr/lib/pluma/plugins'
libtool: warning: remember to run 'libtool --finish /usr/lib/pluma/plugins'
libtool: warning: remember to run 'libtool --finish /usr/lib/pluma/plugins'
libtool: warning: remember to run 'libtool --finish /usr/lib/pluma/plugins'
libtool: warning: remember to run 'libtool --finish /usr/lib/pluma/plugins'