+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/pluma-1.26.1nb17/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/pluma-1.26.1nb17/work.log ===> Building for pluma-1.26.1nb17 /opt/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1' Making all in po gmake[2]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/po' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/po' Making all in pluma gmake[2]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pluma' GEN pluma-enum-types.c GEN pluma-enum-types.h /opt/pkg/bin/gmake all-recursive gmake[3]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pluma' Making all in dialogs gmake[4]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pluma/dialogs' CC pluma-close-confirmation-dialog.lo CC pluma-preferences-dialog.lo CC pluma-encodings-dialog.lo CC pluma-search-dialog.lo A11Y ui-a11y.err CCLD libdialogs.la gmake[4]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pluma/dialogs' Making all in mate-submodules gmake[4]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pluma/mate-submodules' Making all in libegg gmake[5]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pluma/mate-submodules/libegg' CC libegg_la-eggtreemultidnd.lo CC libegg_la-eggdesktopfile.lo CC libegg_la-eggsmclient.lo CC libegg_la-eggsmclient-xsmp.lo CCLD libegg.la gmake[5]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pluma/mate-submodules/libegg' gmake[5]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pluma/mate-submodules' gmake[5]: Nothing to be done for 'all-am'. gmake[5]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pluma/mate-submodules' gmake[4]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pluma/mate-submodules' gmake[4]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pluma' CC pluma.o CC pluma-app.lo CC pluma-app-activatable.lo CC pluma-close-button.lo CC pluma-commands-documents.lo CC pluma-commands-edit.lo CC pluma-commands-file.lo CC pluma-commands-file-print.lo CC pluma-commands-help.lo CC pluma-commands-search.lo CC pluma-commands-view.lo CC pluma-debug.lo CC pluma-dirs.lo 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 /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36, from /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/gtk.h:272, from pluma-commands-view.c:38: /home/pbulk/build/editors/pluma/work/.buildlink/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)); | ^~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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)); | ^~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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)); | ^~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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 /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254: /home/pbulk/build/editors/pluma/work/.buildlink/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), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:82:18: note: declared here 82 | void gtk_toggle_action_set_active (GtkToggleAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC pluma-document.lo CC pluma-document-input-stream.lo CC pluma-document-loader.lo CC pluma-document-output-stream.lo CC pluma-document-saver.lo CC pluma-documents-panel.lo CC pluma-encodings.lo 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 /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284, from pluma-documents-panel.h:35, from pluma-documents-panel.c:36: /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here 149 | GtkWidget *gtk_ui_manager_get_widget (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~ CC pluma-encodings-combo-box.lo CC pluma-file-chooser-dialog.lo CC pluma-help.lo CC pluma-history-entry.lo CC pluma-io-error-message-area.lo CC pluma-language-manager.lo CC pluma-message-bus.lo CC pluma-message-type.lo CC pluma-message.lo CC pluma-notebook.lo CC pluma-panel.lo CC pluma-pango.lo CC pluma-plugins-engine.lo CC pluma-print-job.lo CC pluma-print-preview.lo CC pluma-progress-message-area.lo CC pluma-session.lo CC pluma-settings.lo CC pluma-smart-charset-converter.lo CC pluma-statusbar.lo CC pluma-status-combo-box.lo 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 /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284, from pluma-app.h:35, from pluma-settings.h:30, from pluma-settings.c:27: /home/pbulk/build/editors/pluma/work/.buildlink/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 /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25, from /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252: /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ CC pluma-style-scheme-manager.lo CC pluma-tab.lo CC pluma-tab-label.lo CC pluma-utils.lo CC pluma-view.lo CC pluma-view-activatable.lo CC pluma-window.lo CC pluma-window-activatable.lo pluma-window.c: In function 'menu_item_select_cb': pluma-window.c:491:5: warning: 'gtk_activatable_get_related_action' is deprecated [-Wdeprecated-declarations] 491 | action = gtk_activatable_get_related_action (GTK_ACTIVATABLE (proxy)); | ^~~~~~ In file included from /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/gtk.h:252, from pluma-window.c:43: /home/pbulk/build/editors/pluma/work/.buildlink/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:593:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 593 | action = gtk_action_group_get_action (window->priv->always_sensitive_action_group, | ^~~~~~ In file included from /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254: /home/pbulk/build/editors/pluma/work/.buildlink/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:596:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 596 | if (gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)) != visible) | ^~ In file included from /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36, from /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/gtk.h:272: /home/pbulk/build/editors/pluma/work/.buildlink/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:597:9: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 597 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), visible); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:634:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 634 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:636:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 636 | gtk_action_set_sensitive (action, tab_number != 0); | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25: /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:638:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 638 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:640:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 640 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:660:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 660 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:662:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 662 | gtk_action_set_sensitive (action, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:664:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 664 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:666:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 666 | gtk_action_set_sensitive (action, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:697:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 697 | action = gtk_action_group_get_action (window->priv->action_group, "EditPaste"); | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:699:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 699 | gtk_action_set_sensitive (action, sens); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:723:9: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 723 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:728:9: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 728 | gtk_action_set_sensitive (action, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:767:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 767 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:774:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 774 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:783:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 783 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:785:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 785 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:792:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 792 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:794:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 794 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:799:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 799 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:801:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 801 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:805:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 805 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:807:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 807 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:812:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 812 | action = gtk_action_group_get_action (window->priv->close_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:815:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 815 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:823:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 823 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:829:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 829 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:831:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 831 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:835:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 835 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:837:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 837 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:842:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 842 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:844:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 844 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:849:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 849 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:857:9: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 857 | gtk_action_set_sensitive (action, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:860:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 860 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:862:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 862 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:867:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 867 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:869:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 869 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:873:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 873 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:875:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 875 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:879:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 879 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:881:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 881 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:886:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 886 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:888:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 888 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:892:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 892 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:894:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 894 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:898:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 898 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:900:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 900 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:904:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 904 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:906:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 906 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:910:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 910 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:912:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 912 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:929:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 929 | if (gtk_toggle_action_get_active (action) == FALSE) | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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:936:5: warning: 'gtk_action_get_name' is deprecated [-Wdeprecated-declarations] 936 | lang_id = gtk_action_get_name (GTK_ACTION (action)); | ^~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:991:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 991 | section_action = gtk_action_group_get_action (window->priv->languages_action_group, | ^~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1000:9: warning: 'gtk_action_new' is deprecated [-Wdeprecated-declarations] 1000 | section_action = gtk_action_new (escaped_section, | ^~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:98:14: note: declared here 98 | GtkAction *gtk_action_new (const gchar *name, | ^~~~~~~~~~~~~~ pluma-window.c:1007:9: warning: 'gtk_action_group_add_action' is deprecated [-Wdeprecated-declarations] 1007 | gtk_action_group_add_action (window->priv->languages_action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1011:9: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] 1011 | gtk_ui_manager_add_ui (window->priv->manager, | ^~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284: /home/pbulk/build/editors/pluma/work/.buildlink/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:1030:5: warning: 'gtk_radio_action_new' is deprecated [-Wdeprecated-declarations] 1030 | action = gtk_radio_action_new (lang_id, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1039:5: warning: 'gtk_action_group_add_action_with_accel' is deprecated [-Wdeprecated-declarations] 1039 | gtk_action_group_add_action_with_accel (window->priv->languages_action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1045:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 1045 | normal_action = gtk_action_group_get_action (window->priv->languages_action_group, | ^~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1047:5: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 1047 | group = gtk_radio_action_get_group (GTK_RADIO_ACTION (normal_action)); | ^~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1048:5: warning: 'gtk_radio_action_set_group' is deprecated [-Wdeprecated-declarations] 1048 | gtk_radio_action_set_group (action, group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1055:5: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] 1055 | gtk_ui_manager_add_ui (window->priv->manager, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1083:5: warning: 'gtk_radio_action_new' is deprecated [-Wdeprecated-declarations] 1083 | action_none = gtk_radio_action_new (LANGUAGE_NONE, _("Plain Text"), | ^~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1088:5: warning: 'gtk_action_group_add_action' is deprecated [-Wdeprecated-declarations] 1088 | gtk_action_group_add_action (window->priv->languages_action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1097:5: warning: 'gtk_ui_manager_new_merge_id' is deprecated [-Wdeprecated-declarations] 1097 | id = gtk_ui_manager_new_merge_id (window->priv->manager); | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1099:5: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] 1099 | gtk_ui_manager_add_ui (window->priv->manager, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1107:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 1107 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action_none), TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1144:5: warning: 'gtk_action_group_list_actions' is deprecated [-Wdeprecated-declarations] 1144 | actions = gtk_action_group_list_actions (window->priv->languages_action_group); | ^~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1154:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 1154 | action = gtk_action_group_get_action (window->priv->languages_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1157:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 1157 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1291:9: warning: 'gtk_ui_manager_remove_ui' is deprecated [-Wdeprecated-declarations] 1291 | gtk_ui_manager_remove_ui (p->manager, p->recents_menu_ui_id); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1293:5: warning: 'gtk_action_group_list_actions' is deprecated [-Wdeprecated-declarations] 1293 | actions = gtk_action_group_list_actions (p->recents_action_group); | ^~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1299:10: warning: 'gtk_action_group_remove_action' is deprecated [-Wdeprecated-declarations] 1299 | gtk_action_group_remove_action (p->recents_action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1304:5: warning: 'gtk_ui_manager_new_merge_id' is deprecated [-Wdeprecated-declarations] 1304 | p->recents_menu_ui_id = gtk_ui_manager_new_merge_id (p->manager); | ^ /home/pbulk/build/editors/pluma/work/.buildlink/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:1367:9: warning: 'gtk_action_new' is deprecated [-Wdeprecated-declarations] 1367 | action = gtk_action_new (action_name, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:98:14: note: declared here 98 | GtkAction *gtk_action_new (const gchar *name, | ^~~~~~~~~~~~~~ pluma-window.c:1382:9: warning: 'gtk_action_group_add_action' is deprecated [-Wdeprecated-declarations] 1382 | gtk_action_group_add_action (p->recents_action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1386:9: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] 1386 | gtk_ui_manager_add_ui (p->manager, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1422:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 1422 | action = gtk_action_group_get_action (window->priv->always_sensitive_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1425:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1425 | if (gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)) != visible) | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1426:9: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 1426 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), visible); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1475:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 1475 | action = gtk_action_group_get_action (window->priv->always_sensitive_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1481:5: warning: 'gtk_activatable_set_related_action' is deprecated [-Wdeprecated-declarations] 1481 | gtk_activatable_set_related_action (GTK_ACTIVATABLE (open_button), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1503:5: warning: 'gtk_ui_manager_new' is deprecated [-Wdeprecated-declarations] 1503 | manager = gtk_ui_manager_new (); | ^~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:130:16: note: declared here 130 | GtkUIManager *gtk_ui_manager_new (void); | ^~~~~~~~~~~~~~~~~~ pluma-window.c:1507:33: warning: 'gtk_ui_manager_get_accel_group' is deprecated [-Wdeprecated-declarations] 1507 | gtk_ui_manager_get_accel_group (manager)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1509:5: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 1509 | action_group = gtk_action_group_new ("PlumaWindowAlwaysSensitiveActions"); | ^~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1510:5: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 1510 | gtk_action_group_set_translation_domain (action_group, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1511:5: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 1511 | gtk_action_group_add_actions (action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1515:5: warning: 'gtk_action_group_add_toggle_actions' is deprecated [-Wdeprecated-declarations] 1515 | gtk_action_group_add_toggle_actions (action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1520:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] 1520 | gtk_ui_manager_insert_action_group (manager, action_group, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1524:5: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 1524 | action_group = gtk_action_group_new ("PlumaWindowActions"); | ^~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1525:5: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 1525 | gtk_action_group_set_translation_domain (action_group, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1526:5: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 1526 | gtk_action_group_add_actions (action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1530:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] 1530 | gtk_ui_manager_insert_action_group (manager, action_group, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1535:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 1535 | action = gtk_action_group_get_action (action_group, "FileSave"); | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1537:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 1537 | action = gtk_action_group_get_action (action_group, "FilePrint"); | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1539:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 1539 | action = gtk_action_group_get_action (action_group, "SearchFind"); | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1541:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 1541 | action = gtk_action_group_get_action (action_group, "SearchReplace"); | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1545:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 1545 | action = gtk_action_group_get_action (action_group, "FileSave"); | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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, "EditUndo"); | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1550:5: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 1550 | action_group = gtk_action_group_new ("PlumaQuitWindowActions"); | ^~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1551:5: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 1551 | gtk_action_group_set_translation_domain (action_group, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1552:5: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 1552 | gtk_action_group_add_actions (action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1557:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] 1557 | gtk_ui_manager_insert_action_group (manager, action_group, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1561:5: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 1561 | action_group = gtk_action_group_new ("PlumaCloseWindowActions"); | ^~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1562:5: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 1562 | gtk_action_group_set_translation_domain (action_group, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1563:5: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 1563 | gtk_action_group_add_actions (action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1568:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] 1568 | gtk_ui_manager_insert_action_group (manager, action_group, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1572:5: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 1572 | action_group = gtk_action_group_new ("PlumaWindowPanesActions"); | ^~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1573:5: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 1573 | gtk_action_group_set_translation_domain (action_group, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1574:5: warning: 'gtk_action_group_add_toggle_actions' is deprecated [-Wdeprecated-declarations] 1574 | gtk_action_group_add_toggle_actions (action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1579:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] 1579 | gtk_ui_manager_insert_action_group (manager, action_group, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1584:5: warning: 'gtk_ui_manager_add_ui_from_file' is deprecated [-Wdeprecated-declarations] 1584 | gtk_ui_manager_add_ui_from_file (manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1606:5: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 1606 | action_group = gtk_action_group_new ("RecentFilesActions"); | ^~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1607:5: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 1607 | gtk_action_group_set_translation_domain (action_group, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1609:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] 1609 | gtk_ui_manager_insert_action_group (manager, action_group, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1620:5: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 1620 | action_group = gtk_action_group_new ("LanguagesActions"); | ^~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1621:5: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 1621 | gtk_action_group_set_translation_domain (action_group, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1623:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] 1623 | gtk_ui_manager_insert_action_group (manager, action_group, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1628:5: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 1628 | action_group = gtk_action_group_new ("DocumentsListActions"); | ^~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1629:5: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 1629 | gtk_action_group_set_translation_domain (action_group, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1631:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] 1631 | gtk_ui_manager_insert_action_group (manager, action_group, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1634:5: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 1634 | window->priv->menubar = gtk_ui_manager_get_widget (manager, "/MenuBar"); | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1641:5: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 1641 | window->priv->toolbar = gtk_ui_manager_get_widget (manager, "/ToolBar"); | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1674:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1674 | if (gtk_toggle_action_get_active (action) == FALSE) | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1677:5: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 1677 | n = gtk_radio_action_get_current_value (GTK_RADIO_ACTION (action)); | ^ /home/pbulk/build/editors/pluma/work/.buildlink/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:1716:9: warning: 'gtk_ui_manager_remove_ui' is deprecated [-Wdeprecated-declarations] 1716 | gtk_ui_manager_remove_ui (p->manager, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1719:5: warning: 'gtk_action_group_list_actions' is deprecated [-Wdeprecated-declarations] 1719 | actions = gtk_action_group_list_actions (p->documents_list_action_group); | ^~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1725:10: warning: 'gtk_action_group_remove_action' is deprecated [-Wdeprecated-declarations] 1725 | gtk_action_group_remove_action (p->documents_list_action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1732:5: warning: 'gtk_ui_manager_new_merge_id' is deprecated [-Wdeprecated-declarations] 1732 | id = (n > 0) ? gtk_ui_manager_new_merge_id (p->manager) : 0; | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1761:9: warning: 'gtk_radio_action_new' is deprecated [-Wdeprecated-declarations] 1761 | action = gtk_radio_action_new (action_name, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1768:13: warning: 'gtk_radio_action_set_group' is deprecated [-Wdeprecated-declarations] 1768 | gtk_radio_action_set_group (action, group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1771:9: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 1771 | group = gtk_radio_action_get_group (action); | ^~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1773:9: warning: 'gtk_action_group_add_action_with_accel' is deprecated [-Wdeprecated-declarations] 1773 | gtk_action_group_add_action_with_accel (p->documents_list_action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1782:9: warning: 'gtk_ui_manager_add_ui' is deprecated [-Wdeprecated-declarations] 1782 | gtk_ui_manager_add_ui (p->manager, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1790:13: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 1790 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1823:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 1823 | action = gtk_action_group_get_action (window->priv->always_sensitive_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1826:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1826 | if (gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)) != visible) | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1827:9: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 1827 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), visible); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1844:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 1844 | action = gtk_action_group_get_action (window->priv->always_sensitive_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1847:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1847 | if (gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)) != visible) | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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:1848:9: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 1848 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), visible); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2263:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2263 | action = gtk_action_group_get_action (window->priv->action_group, "FileSave"); | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2264:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 2264 | gtk_action_set_sensitive (action, cansave); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2451:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2451 | action = gtk_action_group_get_action (window->priv->documents_list_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2459:9: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 2459 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2515:5: warning: 'gtk_action_group_set_sensitive' is deprecated [-Wdeprecated-declarations] 2515 | gtk_action_group_set_sensitive (window->priv->quit_action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2519:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2519 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2521:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 2521 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:2525:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2525 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2527:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 2527 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:2531:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2531 | action = gtk_action_group_get_action (window->priv->always_sensitive_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2533:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 2533 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:2536:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2536 | action = gtk_action_group_get_action (window->priv->always_sensitive_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2538:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 2538 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:2541:5: warning: 'gtk_action_group_set_sensitive' is deprecated [-Wdeprecated-declarations] 2541 | gtk_action_group_set_sensitive (window->priv->recents_action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2555:9: warning: 'gtk_action_group_get_sensitive' is deprecated [-Wdeprecated-declarations] 2555 | if (gtk_action_group_get_sensitive (window->priv->action_group)) | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2556:13: warning: 'gtk_action_group_set_sensitive' is deprecated [-Wdeprecated-declarations] 2556 | gtk_action_group_set_sensitive (window->priv->action_group, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2558:9: warning: 'gtk_action_group_get_sensitive' is deprecated [-Wdeprecated-declarations] 2558 | if (gtk_action_group_get_sensitive (window->priv->quit_action_group)) | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2559:13: warning: 'gtk_action_group_set_sensitive' is deprecated [-Wdeprecated-declarations] 2559 | gtk_action_group_set_sensitive (window->priv->quit_action_group, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2561:9: warning: 'gtk_action_group_get_sensitive' is deprecated [-Wdeprecated-declarations] 2561 | if (gtk_action_group_get_sensitive (window->priv->close_action_group)) | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2562:13: warning: 'gtk_action_group_set_sensitive' is deprecated [-Wdeprecated-declarations] 2562 | gtk_action_group_set_sensitive (window->priv->close_action_group, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2566:9: warning: 'gtk_action_group_get_sensitive' is deprecated [-Wdeprecated-declarations] 2566 | if (!gtk_action_group_get_sensitive (window->priv->action_group)) | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2567:13: warning: 'gtk_action_group_set_sensitive' is deprecated [-Wdeprecated-declarations] 2567 | gtk_action_group_set_sensitive (window->priv->action_group, window->priv->num_tabs > 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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->quit_action_group)) | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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->quit_action_group, window->priv->num_tabs > 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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->close_action_group)) | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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->close_action_group, window->priv->num_tabs > 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2606:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2606 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2608:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 2608 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2724:9: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2724 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:2726:9: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 2726 | gtk_action_set_sensitive (action, !pluma_document_is_untitled (doc)); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:2733:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2733 | action = gtk_action_group_get_action (window->priv->documents_list_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3013:5: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 3013 | toolbar = gtk_ui_manager_get_widget (priv->manager, "/FullscreenToolBar"); | ^~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3016:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 3016 | action = gtk_action_group_get_action (priv->always_sensitive_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3050:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 3050 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3052:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 3052 | gtk_action_set_sensitive (action, sensitive); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:3054:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 3054 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3056:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 3056 | gtk_action_set_sensitive (action, sensitive); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:3058:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 3058 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3060:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 3060 | gtk_action_set_sensitive (action, sensitive); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3076:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 3076 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3078:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 3078 | gtk_action_set_sensitive (action, sensitive); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3094:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 3094 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3096:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 3096 | gtk_action_set_sensitive (action, sensitive); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3123:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 3123 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3125:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 3125 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:3130:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 3130 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3132:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 3132 | gtk_action_set_sensitive (action, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ 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, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3182:5: warning: 'gtk_action_group_set_sensitive' is deprecated [-Wdeprecated-declarations] 3182 | gtk_action_group_set_sensitive (window->priv->action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3185:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 3185 | action = gtk_action_group_get_action (window->priv->action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3187:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 3187 | gtk_action_set_sensitive (action, window->priv->num_tabs > 1); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:3189:5: warning: 'gtk_action_group_set_sensitive' is deprecated [-Wdeprecated-declarations] 3189 | gtk_action_group_set_sensitive (window->priv->close_action_group, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3436:5: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 3436 | menu = gtk_ui_manager_get_widget (window->priv->manager, "/NotebookPopup"); | ^~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3614:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 3614 | action = gtk_action_group_get_action (window->priv->panes_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3617:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 3617 | if (gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)) != visible) | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3618:9: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 3618 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), visible); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3668:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 3668 | action = gtk_action_group_get_action (window->priv->panes_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3671:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 3671 | if (gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)) != visible) | ^~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3672:9: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 3672 | gtk_toggle_action_set_active (GTK_TOGGLE_ACTION (action), visible); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3690:9: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 3690 | action = gtk_action_group_get_action (window->priv->panes_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3692:9: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 3692 | gtk_action_set_sensitive (action, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3708:9: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 3708 | action = gtk_action_group_get_action (window->priv->panes_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3710:9: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 3710 | gtk_action_set_sensitive (action, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkaction.h:109:14: note: declared here 109 | void gtk_action_set_sensitive (GtkAction *action, | ^~~~~~~~~~~~~~~~~~~~~~~~ pluma-window.c:3712:9: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 3712 | show = gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)); | ^~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3782:9: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 3782 | action = gtk_action_group_get_action (window->priv->panes_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3784:9: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 3784 | gtk_action_set_sensitive (action, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:3931:5: warning: 'gtk_ui_manager_ensure_update' is deprecated [-Wdeprecated-declarations] 3931 | gtk_ui_manager_ensure_update (window->priv->manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:4686:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 4686 | action = gtk_action_group_get_action (window->priv->always_sensitive_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:4688:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 4688 | visible = gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)); | ^~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:4695:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 4695 | action = gtk_action_group_get_action (window->priv->always_sensitive_action_group, | ^~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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:4697:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 4697 | visible = gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)); | ^~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:85:18: note: declared here 85 | gboolean gtk_toggle_action_get_active (GtkToggleAction *action); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC plumatextregion.lo CC bacon-message-connection.lo CC pluma-enum-types.lo 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 /home/pbulk/build/editors/pluma/work/.buildlink/include/glib-2.0/glib.h:68, from bacon-message-connection.h:24, from bacon-message-connection.c:32: /home/pbulk/build/editors/pluma/work/.buildlink/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: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 255 | strncpy (uaddr.sun_path, conn->path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 256 | MIN (strlen(conn->path)+1, UNIX_PATH_MAX)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/editors/pluma/work/.buildlink/lib/glib-2.0/include/glibconfig.h:9, from /home/pbulk/build/editors/pluma/work/.buildlink/include/glib-2.0/glib/gtypes.h:34, from /home/pbulk/build/editors/pluma/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/editors/pluma/work/.buildlink/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)); | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/glib-2.0/glib/gmacros.h:942:23: note: in definition of macro 'MIN' 942 | #define MIN(a, b) (((a) < (b)) ? (a) : (b)) | ^ In function 'try_client', inlined from 'bacon_message_connection_new' at bacon-message-connection.c:311:6: bacon-message-connection.c:276:9: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 276 | strncpy (uaddr.sun_path, conn->path, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 277 | MIN(strlen(conn->path)+1, UNIX_PATH_MAX)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bacon-message-connection.c:277:29: note: length computed here 277 | MIN(strlen(conn->path)+1, UNIX_PATH_MAX)); | ^~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/glib-2.0/glib/gmacros.h:942:23: note: in definition of macro 'MIN' 942 | #define MIN(a, b) (((a) < (b)) ? (a) : (b)) | ^ A11Y ui-a11y.err CCLD libpluma.la CCLD pluma GISCAN Pluma-1.0.gir 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 GModule 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 GICOMP Pluma-1.0.gir gmake[4]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pluma' gmake[3]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pluma' gmake[2]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pluma' Making all in pixmaps gmake[2]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pixmaps' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/pixmaps' Making all in data gmake[2]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/data' GEN pluma.appdata.xml GEN pluma.desktop GEN org.mate.pluma.gschema.valid gmake[2]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/data' Making all in plugins gmake[2]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins' Making all in docinfo gmake[3]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/docinfo' CC pluma-docinfo-plugin.lo GEN docinfo.plugin A11Y ui-a11y.err 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 /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/gtk.h:254, from ../../pluma/pluma-window.h:36, from pluma-docinfo-plugin.c:37: /home/pbulk/build/editors/pluma/work/.buildlink/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"); | ^~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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 /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/gtk.h:284: /home/pbulk/build/editors/pluma/work/.buildlink/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); | ^~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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, | ^~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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, | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/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, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/pbulk/build/editors/pluma/work/.buildlink/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:142:16: note: declared here 142 | void gtk_ui_manager_remove_action_group (GtkUIManager *manager, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD libdocinfo.la gmake[3]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/docinfo' Making all in externaltools gmake[3]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/externaltools' Making all in tools gmake[4]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/externaltools/tools' A11Y ui-a11y.err gmake[4]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/externaltools/tools' Making all in data gmake[4]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/externaltools/data' GEN build.desktop GEN remove-trailing-spaces.desktop GEN run-command.desktop GEN open-terminal-here.desktop GEN search-recursive.desktop GEN switch-c.desktop perl ../../../plugins/externaltools/scripts/pluma-tool-merge.pl -o remove-trailing-spaces remove-trailing-spaces.tool.in remove-trailing-spaces.desktop perl ../../../plugins/externaltools/scripts/pluma-tool-merge.pl -o run-command run-command.tool.in run-command.desktop chmod 755 remove-trailing-spaces perl ../../../plugins/externaltools/scripts/pluma-tool-merge.pl -o build build.tool.in build.desktop chmod 755 run-command perl ../../../plugins/externaltools/scripts/pluma-tool-merge.pl -o open-terminal-here open-terminal-here.tool.in open-terminal-here.desktop chmod 755 build chmod 755 open-terminal-here perl ../../../plugins/externaltools/scripts/pluma-tool-merge.pl -o search-recursive search-recursive.tool.in search-recursive.desktop chmod 755 search-recursive perl ../../../plugins/externaltools/scripts/pluma-tool-merge.pl -o switch-c switch-c.tool.in switch-c.desktop chmod 755 switch-c gmake[4]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/externaltools/data' Making all in scripts gmake[4]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/externaltools/scripts' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/externaltools/scripts' gmake[4]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/externaltools' GEN externaltools.plugin gmake[4]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/externaltools' gmake[3]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/externaltools' Making all in filebrowser gmake[3]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/filebrowser' (cd . && /opt/pkg/bin/glib-mkenums --template pluma-file-browser-enum-types.h.template pluma-file-bookmarks-store.h pluma-file-browser-store.h pluma-file-browser-view.h pluma-file-browser-widget.h pluma-file-browser-error.h pluma-file-browser-utils.h pluma-file-browser-plugin.h pluma-file-browser-messages.h) > pluma-file-browser-enum-types.h GEN pluma-file-browser-enum-types.c /opt/pkg/bin/gmake all-am gmake[4]: Entering directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/filebrowser' CC pluma-file-bookmarks-store.lo CC pluma-file-browser-view.lo CC pluma-file-browser-enum-types.lo CC pluma-file-browser-store.lo pluma-file-bookmarks-store.c: In function 'pluma_file_bookmarks_store_get_uri': pluma-file-bookmarks-store.c:853:22: error: assignment to 'GFile *' {aka 'struct _GFile *'} from incompatible pointer type 'GObject *' {aka 'struct _GObject *'} [-Wincompatible-pointer-types] 853 | file = g_object_ref (obj); | ^ gmake[4]: *** [Makefile:607: pluma-file-bookmarks-store.lo] Error 1 gmake[4]: *** Waiting for unfinished jobs.... gmake[4]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/filebrowser' gmake[3]: *** [Makefile:495: all] Error 2 gmake[3]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins/filebrowser' gmake[2]: *** [Makefile:448: all-recursive] Error 1 gmake[2]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1/plugins' gmake[1]: *** [Makefile:522: all-recursive] Error 1 gmake[1]: Leaving directory '/home/pbulk/build/editors/pluma/work/pluma-1.26.1' gmake: *** [Makefile:454: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/pluma *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/editors/pluma