Snippets for pcmanfm 1.3.2 from Alpine armhf
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armhf/community/pcmanfm/pcmanfm-1.3.2-r2.log.
-
pcmanfm.c:277:5: warning: 'gdk_screen_get_number' is deprecated [-Wdeprecated-declarations] 277 | if(pcmanfm_run(gdk_screen_get_number(gdk_screen_get_default()))) | ^~ -
tab-page.c:56:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 56 | {"NewTab", GTK_STOCK_NEW, N_("Open in New T_ab"), NULL, NULL, G_CALLBACK(on_open_in_new_tab)}, | ^ -
tab-page.c:57:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 57 | {"NewWin", GTK_STOCK_NEW, N_("Open in New Win_dow"), NULL, NULL, G_CALLBACK(on_open_in_new_win)}, | ^ -
tab-page.c:58:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 58 | {"Search", GTK_STOCK_FIND, NULL, NULL, NULL, NULL}, | ^ -
tab-page.c:103:1: warning: 'gtk_hpaned_get_type' is deprecated [-Wdeprecated-declarations] 103 | G_DEFINE_TYPE(FmTabPage, fm_tab_page, GTK_TYPE_HPANED) | ^~~~~~~~~~~~~ -
desktop-ui.c:34:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 34 | {"DeskPref", GTK_STOCK_PROPERTIES, N_("Desktop Preferences"), "", NULL, G_CALLBACK(fm_desktop_preference)} | ^ -
desktop-ui.c:51:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 51 | {"NewTab", GTK_STOCK_NEW, N_("Open in New Ta_b"), NULL, NULL, G_CALLBACK(on_open_in_new_tab)}, | ^ -
desktop-ui.c:52:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 52 | {"NewWin", GTK_STOCK_NEW, N_("Open in New Win_dow"), NULL, NULL, G_CALLBACK(on_open_in_new_win)}, | ^ -
desktop-ui.c:53:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 53 | {"Search", GTK_STOCK_FIND, NULL, NULL, NULL, NULL}, | ^ -
volume-manager.c:281:5: warning: 'gtk_dialog_set_alternative_button_order' is deprecated [-Wdeprecated-declarations] 281 | gtk_dialog_set_alternative_button_order(data->dlg, GTK_RESPONSE_OK, GTK_RESPONSE_CANCEL, -1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
tab-page.c:836:5: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 836 | gtk_action_group_set_translation_domain(act_grp, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
tab-page.c:837:5: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 837 | gtk_action_group_add_actions(act_grp, folder_menu_actions, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
tab-page.c:839:5: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] 839 | gtk_ui_manager_add_ui_from_string(ui, folder_menu_xml, -1, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
tab-page.c:841:9: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 841 | gtk_action_set_visible(gtk_action_group_get_action(act_grp, "Term"), FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ -
tab-page.c:841:9: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 841 | gtk_action_set_visible(gtk_action_group_get_action(act_grp, "Term"), FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ -
tab-page.c:877:5: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 877 | gtk_action_group_set_translation_domain(act_grp, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
tab-page.c:878:5: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 878 | gtk_action_group_add_actions(act_grp, folder_menu_actions, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
tab-page.c:881:5: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] 881 | gtk_ui_manager_add_ui_from_string(ui, folder_menu_xml, -1, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
tab-page.c:883:9: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 883 | gtk_action_set_visible(gtk_action_group_get_action(act_grp, "Term"), FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ -
tab-page.c:883:9: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 883 | gtk_action_set_visible(gtk_action_group_get_action(act_grp, "Term"), FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ -
tab-page.c:947:5: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 947 | page->views = GTK_BOX(gtk_hbox_new(TRUE, 4)); | ^~~~ -
tab-page.c:953:5: warning: 'gtk_container_set_focus_chain' is deprecated [-Wdeprecated-declarations] 953 | gtk_container_set_focus_chain(GTK_CONTAINER(page), focus_chain); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win-ui.c:190:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 190 | {"New", GTK_STOCK_NEW, N_("_New Window"), "<Ctrl>N", N_("Open new file manager window"), G_CALLBACK(on_new_win)}, | ^ -
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of '__atomic_load' discards 'volatile' qualifier [-Wdiscarded-qualifiers] 131 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~ -
main-win-ui.c:192:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 192 | {"CreateNew", GTK_STOCK_ADD, N_("C_reate New..."), "", NULL, NULL}, | ^ -
main-win-ui.c:195:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 195 | {"Prop", GTK_STOCK_PROPERTIES, N_("Folder Propertie_s"), NULL, NULL, G_CALLBACK(bounce_action)}, | ^ -
main-win-ui.c:196:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 196 | {"CloseTab", GTK_STOCK_CLOSE, N_("_Close Tab"), "<Ctrl>W", NULL, G_CALLBACK(on_close_tab)}, | ^ -
main-win-ui.c:197:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 197 | {"Close", GTK_STOCK_QUIT, N_("Close _Window"), "<Ctrl>Q", NULL, G_CALLBACK(on_close_win)}, | ^ -
main-win-ui.c:199:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 199 | {"Open", GTK_STOCK_OPEN, NULL, "", NULL, G_CALLBACK(on_open)}, | ^ -
main-win-ui.c:200:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 200 | {"Cut", GTK_STOCK_CUT, N_("C_ut"), NULL, NULL, G_CALLBACK(bounce_action)}, | ^ -
tab-page.c:1308:5: warning: 'gtk_widget_set_state' is deprecated: Use 'gtk_widget_set_state_flags' instead [-Wdeprecated-declarations] 1308 | gtk_widget_set_state(folder_view, GTK_STATE_NORMAL); | ^~~~~~~~~~~~~~~~~~~~ -
main-win-ui.c:201:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 201 | {"Copy", GTK_STOCK_COPY, NULL, NULL, NULL, G_CALLBACK(bounce_action)}, | ^ -
main-win-ui.c:202:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 202 | {"Paste", GTK_STOCK_PASTE, NULL, NULL, NULL, G_CALLBACK(bounce_action)}, | ^ -
main-win-ui.c:203:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 203 | {"ToTrash", GTK_STOCK_DELETE, N_("Move to _Trash"), "", NULL, G_CALLBACK(on_trash)}, | ^ -
main-win-ui.c:204:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 204 | {"Del", GTK_STOCK_REMOVE, NULL, "", NULL, G_CALLBACK(on_del)}, | ^ -
main-win-ui.c:211:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 211 | {"FileProp", GTK_STOCK_PROPERTIES, N_("Propertie_s"), "<Alt>Return", NULL, G_CALLBACK(bounce_action)}, | ^ -
main-win-ui.c:212:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 212 | {"SelAll", GTK_STOCK_SELECT_ALL, NULL, "<Ctrl>A", NULL, G_CALLBACK(bounce_action)}, | ^ -
main-win-ui.c:214:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 214 | {"Pref", GTK_STOCK_PREFERENCES, N_("Prefere_nces"), NULL, NULL, G_CALLBACK(on_preference)}, | ^ -
main-win-ui.c:216:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 216 | {"Reload", GTK_STOCK_REFRESH, N_("_Reload Folder"), "F5", N_("Reload current folder"), G_CALLBACK(on_reload)}, | ^ -
tab-page.c:1361:5: warning: 'gtk_widget_set_state' is deprecated: Use 'gtk_widget_set_state_flags' instead [-Wdeprecated-declarations] 1361 | gtk_widget_set_state(pane, GTK_STATE_ACTIVE); | ^~~~~~~~~~~~~~~~~~~~ -
main-win-ui.c:223:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 223 | {"SizeBigger", GTK_STOCK_ZOOM_IN, NULL, "<Ctrl>KP_Add", NULL, G_CALLBACK(on_size_increment)}, | ^ -
main-win-ui.c:224:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 224 | {"SizeSmaller", GTK_STOCK_ZOOM_OUT, N_("Zoom O_ut"), "<Ctrl>KP_Subtract", NULL, G_CALLBACK(on_size_decrement)}, | ^ -
main-win-ui.c:225:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 225 | {"SizeDefault", GTK_STOCK_ZOOM_100, NULL, "<Ctrl>0", NULL, G_CALLBACK(on_size_default)}, | ^ -
main-win-ui.c:230:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 230 | {"About", GTK_STOCK_ABOUT, NULL, NULL, NULL, G_CALLBACK(on_about)}, | ^ -
main-win-ui.c:231:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 231 | {"KeyNavList", GTK_STOCK_INFO, N_("_Keyboard Navigation"), NULL, NULL, G_CALLBACK(on_key_nav_list)}, | ^ -
main-win-ui.c:233:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 233 | {"Prev", GTK_STOCK_GO_BACK, N_("_Previous Folder"), "<Alt>Left", N_("Return to previous folder in history"), G_CALLBACK(on_go_back)}, | ^ -
main-win-ui.c:234:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 234 | {"Next", GTK_STOCK_GO_FORWARD, N_("_Next Folder"), "<Alt>Right", N_("Go forward to next folder in history"), G_CALLBACK(on_go_forward)}, | ^ -
main-win-ui.c:235:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 235 | {"Up", GTK_STOCK_GO_UP, N_("Pa_rent Folder"), "<Alt>Up", N_("Go to parent Folder"), G_CALLBACK(on_go_up)}, | ^ -
main-win-ui.c:242:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 242 | {"Network", GTK_STOCK_NETWORK, N_("Net_work"), NULL, N_("Go to list of places on the network"), G_CALLBACK(on_go_network)}, | ^ -
main-win-ui.c:243:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 243 | {"Location", GTK_STOCK_JUMP_TO, N_("_Go to Location..."), "<Ctrl>L", NULL, G_CALLBACK(on_location)}, | ^ -
main-win-ui.c:245:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 245 | {"Go", GTK_STOCK_JUMP_TO, NULL, NULL, N_("Go to the path in the location bar"), G_CALLBACK(on_go)}, | ^ -
main-win-ui.c:247:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 247 | {"AddBookmark", GTK_STOCK_ADD, N_("_Add to Bookmarks..."), "<Ctrl>D", N_("Add current folder to bookmarks list"), G_CALLBACK(on_add_bookmark)}, | ^ -
main-win-ui.c:251:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 251 | {"Search", GTK_STOCK_FIND, N_("Fin_d Files..."), "<Ctrl><Shift>F", N_("Open search dialog"), G_CALLBACK(on_search)}, | ^ -
main-win-ui.c:254:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 254 | {"Launch", GTK_STOCK_EXECUTE, N_("_Run a Command in Current Folder..."), NULL, NULL, G_CALLBACK(on_launch)}, | ^ -
main-win-ui.c:304:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 304 | {"Asc", GTK_STOCK_SORT_ASCENDING, NULL, NULL, NULL, GTK_SORT_ASCENDING}, | ^ -
main-win-ui.c:305:5: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 305 | {"Desc", GTK_STOCK_SORT_DESCENDING, NULL, NULL, NULL, GTK_SORT_DESCENDING}, | ^ -
main-win.c:194:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 194 | gtk_widget_hide(gtk_ui_manager_get_widget(win->ui, "/toolbar/Go")); | ^~~~~~~~~~~~~~~ -
main-win.c:224:5: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 224 | int mode = gtk_radio_action_get_current_value(cur); | ^~~ -
main-win.c:232:5: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 232 | gtk_widget_set_visible(gtk_ui_manager_get_widget(win->ui, "/toolbar/Go"), mode == 0); | ^~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:249:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 249 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/SavePerFolder"); | ^~~ -
main-win.c:250:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 250 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), win->current_page->own_config); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:282:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 282 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Sort/Asc"); | ^~~ -
main-win.c:283:5: warning: 'gtk_radio_action_set_current_value' is deprecated [-Wdeprecated-declarations] 283 | gtk_radio_action_set_current_value(GTK_RADIO_ACTION(act), type); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:284:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 284 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Sort/ByName"); | ^~~ -
main-win.c:289:5: warning: 'gtk_radio_action_set_current_value' is deprecated [-Wdeprecated-declarations] 289 | gtk_radio_action_set_current_value(GTK_RADIO_ACTION(act), by); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:291:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 291 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Sort/SortIgnoreCase"); | ^~~ -
main-win.c:292:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 292 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:296:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 296 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Sort/MingleDirs"); | ^~~ -
main-win.c:297:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 297 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:308:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 308 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/ShowHidden"); | ^~~ -
desktop.c:1487:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 1487 | g_type_class_add_private(klass, sizeof(FmDesktopAccessiblePriv)); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:312:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 312 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), fm_folder_view_get_show_hidden(fv)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:313:5: warning: 'gtk_radio_action_set_current_value' is deprecated [-Wdeprecated-declarations] 313 | gtk_radio_action_set_current_value(win->first_view_mode, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:324:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 324 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ToolMenu/Term"); | ^~~ -
main-win.c:325:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 325 | gtk_action_set_sensitive(act, path && can_term); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:327:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 327 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ToolMenu/Launch"); | ^~~ -
main-win.c:328:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 328 | gtk_action_set_sensitive(act, path && can_term); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:330:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 330 | act = gtk_ui_manager_get_action(win->ui, "/menubar/GoMenu/Up"); | ^~~ -
main-win.c:331:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 331 | gtk_action_set_sensitive(act, path && fm_path_get_parent(path)); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:348:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 348 | act = gtk_ui_manager_get_action(win->ui, "/menubar/EditMenu/Open"); | ^~~ -
main-win.c:349:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 349 | gtk_action_set_sensitive(act, has_selected); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:350:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 350 | act = gtk_ui_manager_get_action(win->ui, "/menubar/EditMenu/Cut"); | ^~~ -
main-win.c:351:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 351 | gtk_action_set_sensitive(act, has_selected); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:352:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 352 | act = gtk_ui_manager_get_action(win->ui, "/menubar/EditMenu/Copy"); | ^~~ -
main-win.c:353:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 353 | gtk_action_set_sensitive(act, has_selected); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:354:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 354 | act = gtk_ui_manager_get_action(win->ui, "/menubar/EditMenu/ToTrash"); | ^~~ -
main-win.c:355:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 355 | gtk_action_set_sensitive(act, has_selected); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:356:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 356 | act = gtk_ui_manager_get_action(win->ui, "/menubar/EditMenu/Del"); | ^~~ -
main-win.c:357:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 357 | gtk_action_set_sensitive(act, has_selected); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:358:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 358 | act = gtk_ui_manager_get_action(win->ui, "/menubar/EditMenu/CopyPath"); | ^~~ -
main-win.c:359:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 359 | gtk_action_set_sensitive(act, has_selected); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:360:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 360 | act = gtk_ui_manager_get_action(win->ui, "/menubar/EditMenu/Link"); | ^~~ -
main-win.c:361:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 361 | gtk_action_set_sensitive(act, has_selected); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:362:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 362 | act = gtk_ui_manager_get_action(win->ui, "/menubar/EditMenu/CopyTo"); | ^~~ -
main-win.c:363:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 363 | gtk_action_set_sensitive(act, has_selected); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:364:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 364 | act = gtk_ui_manager_get_action(win->ui, "/menubar/EditMenu/MoveTo"); | ^~~ -
main-win.c:365:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 365 | gtk_action_set_sensitive(act, has_selected); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:366:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 366 | act = gtk_ui_manager_get_action(win->ui, "/menubar/EditMenu/FileProp"); | ^~~ -
main-win.c:367:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 367 | gtk_action_set_sensitive(act, has_selected); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:383:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 383 | act = gtk_ui_manager_get_action(win->ui, "/menubar/EditMenu/Rename"); | ^~~ -
main-win.c:384:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 384 | gtk_action_set_sensitive(act, has_selected); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:429:9: warning: 'gtk_image_menu_item_new_with_label' is deprecated: Use 'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations] 429 | mi = gtk_image_menu_item_new_with_label(item->name); | ^~ -
main-win.c:475:5: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 475 | GtkWidget* mi = gtk_ui_manager_get_widget(ui, "/menubar/BookmarksMenu"); | ^~~~~~~~~ -
app-config.c:623:9: warning: 'gdk_color_parse' is deprecated: Use 'gdk_rgba_parse' instead [-Wdeprecated-declarations] 623 | gdk_color_parse(tmp, &cfg->desktop_bg); | ^~~~~~~~~~~~~~~ -
app-config.c:629:9: warning: 'gdk_color_parse' is deprecated: Use 'gdk_rgba_parse' instead [-Wdeprecated-declarations] 629 | gdk_color_parse(tmp, &cfg->desktop_fg); | ^~~~~~~~~~~~~~~ -
app-config.c:635:9: warning: 'gdk_color_parse' is deprecated: Use 'gdk_rgba_parse' instead [-Wdeprecated-declarations] 635 | gdk_color_parse(tmp, &cfg->desktop_shadow); | ^~~~~~~~~~~~~~~ -
desktop.c:1864:9: warning: 'gtk_style_context_get_background_color' is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations] 1864 | gtk_style_context_get_background_color(style, GTK_STATE_FLAG_SELECTED, &rgba); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:627:5: warning: 'gtk_radio_action_set_current_value' is deprecated [-Wdeprecated-declarations] 627 | gtk_radio_action_set_current_value(win->first_side_pane_mode, mode); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:1882:9: warning: 'gdk_cairo_set_source_color' is deprecated: Use 'gdk_cairo_set_source_rgba' instead [-Wdeprecated-declarations] 1882 | gdk_cairo_set_source_color(cr, &self->conf.desktop_shadow); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:657:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 657 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Toolbar/ToolbarNewWin"); | ^~~ -
main-win.c:658:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 658 | gtk_action_set_sensitive(act, active); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:1885:9: warning: 'gdk_cairo_set_source_color' is deprecated: Use 'gdk_cairo_set_source_rgba' instead [-Wdeprecated-declarations] 1885 | gdk_cairo_set_source_color(cr, &self->conf.desktop_fg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:659:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 659 | if (gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(act)) != app_config->tb.new_win) | ^~ -
main-win.c:660:9: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 660 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), app_config->tb.new_win); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:661:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 661 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Toolbar/ToolbarNewTab"); | ^~~ -
main-win.c:662:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 662 | gtk_action_set_sensitive(act, active); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:663:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 663 | if (gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(act)) != app_config->tb.new_tab) | ^~ -
main-win.c:664:9: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 664 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), app_config->tb.new_tab); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:665:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 665 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Toolbar/ToolbarNav"); | ^~~ -
main-win.c:666:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 666 | gtk_action_set_sensitive(act, active); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:667:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 667 | if (gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(act)) != app_config->tb.nav) | ^~ -
main-win.c:668:9: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 668 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), app_config->tb.nav); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2072:5: warning: 'gtk_widget_get_style' is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations] 2072 | clr = gtk_widget_get_style (widget)->base[GTK_STATE_SELECTED]; | ^~~ -
main-win.c:669:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 669 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Toolbar/ToolbarHome"); | ^~~ -
main-win.c:670:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 670 | gtk_action_set_sensitive(act, active); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:671:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 671 | if (gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(act)) != app_config->tb.home) | ^~ -
desktop.c:2080:5: warning: 'gdk_cairo_set_source_color' is deprecated: Use 'gdk_cairo_set_source_rgba' instead [-Wdeprecated-declarations] 2080 | gdk_cairo_set_source_color(cr, &clr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:672:9: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 672 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), app_config->tb.home); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:675:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 675 | toolitem = gtk_ui_manager_get_widget(win->ui, "/toolbar/New"); | ^~~~~~~~ -
main-win.c:677:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 677 | toolitem = gtk_ui_manager_get_widget(win->ui, "/toolbar/NewTab"); | ^~~~~~~~ -
desktop.c:2128:5: warning: 'gdk_screen_get_number' is deprecated [-Wdeprecated-declarations] 2128 | int screen_num = gdk_screen_get_number(screen); | ^~~ -
main-win.c:680:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 680 | toolitem = gtk_ui_manager_get_widget(win->ui, "/toolbar/Next"); | ^~~~~~~~ -
main-win.c:691:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 691 | toolitem = gtk_ui_manager_get_widget(win->ui, "/toolbar/Home"); | ^~~~~~~~ -
main-win.c:766:5: warning: 'gtk_vbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 766 | vbox = (GtkBox*)gtk_vbox_new(FALSE, 0); | ^~~~ -
main-win.c:769:5: warning: 'gtk_ui_manager_new' is deprecated [-Wdeprecated-declarations] 769 | ui = gtk_ui_manager_new(); | ^~ -
main-win.c:770:5: warning: 'gtk_action_group_new' is deprecated [-Wdeprecated-declarations] 770 | act_grp = gtk_action_group_new("Main"); | ^~~~~~~ -
main-win.c:771:5: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 771 | gtk_action_group_set_translation_domain(act_grp, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:772:5: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 772 | gtk_action_group_add_actions(act_grp, main_win_actions, G_N_ELEMENTS(main_win_actions), win); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:773:5: warning: 'gtk_action_group_add_toggle_actions' is deprecated [-Wdeprecated-declarations] 773 | gtk_action_group_add_toggle_actions(act_grp, main_win_toggle_actions, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2258:9: warning: 'gdk_window_set_background_pattern' is deprecated [-Wdeprecated-declarations] 2258 | gdk_window_set_background_pattern(window, pattern); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:787:13: warning: 'gtk_radio_action_new' is deprecated [-Wdeprecated-declarations] 787 | mode_action = gtk_radio_action_new(str->str, | ^~~~~~~~~~~ -
main-win.c:792:13: warning: 'gtk_radio_action_set_group' is deprecated [-Wdeprecated-declarations] 792 | gtk_radio_action_set_group(mode_action, radio_group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:793:13: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 793 | radio_group = gtk_radio_action_get_group(mode_action); | ^~~~~~~~~~~ -
desktop.c:2286:13: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 2286 | gdk_screen_get_monitor_geometry(screen, desktop->monitor, &geom); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:794:13: warning: 'gtk_action_group_add_action_with_accel' is deprecated [-Wdeprecated-declarations] 794 | gtk_action_group_add_action_with_accel(act_grp, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2289:17: warning: 'gdk_screen_get_width' is deprecated [-Wdeprecated-declarations] 2289 | dest_w = gdk_screen_get_width(screen); | ^~~~~~ -
main-win.c:816:5: warning: 'gtk_action_group_add_radio_actions' is deprecated [-Wdeprecated-declarations] 816 | gtk_action_group_add_radio_actions(act_grp, main_win_sort_type_actions, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:824:5: warning: 'gtk_action_group_add_radio_actions' is deprecated [-Wdeprecated-declarations] 824 | gtk_action_group_add_radio_actions(act_grp, main_win_sort_by_actions, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2290:17: warning: 'gdk_screen_get_height' is deprecated [-Wdeprecated-declarations] 2290 | dest_h = gdk_screen_get_height(screen); | ^~~~~~ -
main-win.c:840:13: warning: 'gtk_radio_action_new' is deprecated [-Wdeprecated-declarations] 840 | mode_action = gtk_radio_action_new(str->str, | ^~~~~~~~~~~ -
desktop.c:2317:13: warning: 'gdk_cairo_set_source_color' is deprecated: Use 'gdk_cairo_set_source_rgba' instead [-Wdeprecated-declarations] 2317 | gdk_cairo_set_source_color(cr, &desktop->conf.desktop_bg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:845:13: warning: 'gtk_radio_action_set_group' is deprecated [-Wdeprecated-declarations] 845 | gtk_radio_action_set_group(mode_action, radio_group); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:846:13: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 846 | radio_group = gtk_radio_action_get_group(mode_action); | ^~~~~~~~~~~ -
main-win.c:847:13: warning: 'gtk_action_group_add_action_with_accel' is deprecated [-Wdeprecated-declarations] 847 | gtk_action_group_add_action_with_accel(act_grp, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2367:5: warning: 'gdk_window_set_background_pattern' is deprecated [-Wdeprecated-declarations] 2367 | gdk_window_set_background_pattern(window, pattern); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:862:5: warning: 'gtk_radio_action_set_current_value' is deprecated [-Wdeprecated-declarations] 862 | gtk_radio_action_set_current_value(win->first_side_pane_mode, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:872:5: warning: 'gtk_action_group_add_radio_actions' is deprecated [-Wdeprecated-declarations] 872 | gtk_action_group_add_radio_actions(act_grp, main_win_path_bar_mode_actions, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:876:5: warning: 'gtk_ui_manager_get_accel_group' is deprecated [-Wdeprecated-declarations] 876 | accel_grp = gtk_ui_manager_get_accel_group(ui); | ^~~~~~~~~ -
main-win.c:879:5: warning: 'gtk_ui_manager_insert_action_group' is deprecated [-Wdeprecated-declarations] 879 | gtk_ui_manager_insert_action_group(ui, act_grp, 0); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:880:5: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] 880 | gtk_ui_manager_add_ui_from_string(ui, main_menu_xml, -1, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2525:5: warning: 'gdk_screen_get_monitor_workarea' is deprecated: Use 'gdk_monitor_get_workarea' instead [-Wdeprecated-declarations] 2525 | gdk_screen_get_monitor_workarea(screen, desktop->monitor, &desktop->working_area); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:883:5: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] 883 | gtk_ui_manager_add_ui_from_string(ui, xml->str, xml->len, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:897:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 897 | act = gtk_ui_manager_get_action(ui, "/menubar/ViewMenu/SidePane/ShowSidePane"); | ^~~ -
desktop.c:2527:5: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 2527 | gdk_screen_get_monitor_geometry(screen, desktop->monitor, &geom); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:898:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 898 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:905:9: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 905 | act = gtk_ui_manager_get_action(ui, "/menubar/ToolMenu/Search"); | ^~~ -
main-win.c:906:9: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 906 | gtk_action_set_sensitive(act, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2625:5: warning: 'gdk_screen_get_n_monitors' is deprecated: Use 'gdk_display_get_n_monitors' instead [-Wdeprecated-declarations] 2625 | if (desktop->monitor >= gdk_screen_get_n_monitors(screen)) | ^~ -
main-win.c:911:9: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 911 | act = gtk_ui_manager_get_action(ui, "/menubar/GoMenu/Apps"); | ^~~ -
main-win.c:912:9: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 912 | gtk_action_set_sensitive(act, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:916:5: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 916 | menubar = gtk_ui_manager_get_widget(ui, "/menubar"); | ^~~~~~~ -
main-win.c:917:5: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 917 | win->toolbar = GTK_TOOLBAR(gtk_ui_manager_get_widget(ui, "/toolbar")); | ^~~ -
desktop.c:2637:5: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 2637 | gdk_screen_get_monitor_geometry(screen, desktop->monitor, &geom); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:960:9: warning: 'gtk_image_new_from_stock' is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] 960 | GtkWidget* warning = gtk_image_new_from_stock(GTK_STOCK_DIALOG_WARNING, GTK_ICON_SIZE_SMALL_TOOLBAR); | ^~~~~~~~~ -
main-win.c:960:9: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 960 | GtkWidget* warning = gtk_image_new_from_stock(GTK_STOCK_DIALOG_WARNING, GTK_ICON_SIZE_SMALL_TOOLBAR); | ^~~~~~~~~ -
desktop.c:2674:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2674 | act = gtk_action_group_get_action(act_grp, "Rename"); | ^~~ -
main-win.c:972:5: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 972 | pathbox = (GtkBox*)gtk_hbox_new(FALSE, 0); | ^~~~~~~ -
desktop.c:2675:5: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 2675 | gtk_action_set_visible(act, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1025:5: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 1025 | atk_view = gtk_widget_get_accessible(gtk_ui_manager_get_widget(ui, "/toolbar/Go")); | ^~~~~~~~ -
desktop.c:2676:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 2676 | gtk_action_set_sensitive(act, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2678:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2678 | act = gtk_action_group_get_action(act_grp, "ShowHidden"); | ^~~ -
desktop.c:2679:5: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 2679 | gtk_action_set_visible(act, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2681:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2681 | act = gtk_action_group_get_action(act_grp, "Prop"); | ^~~ -
main-win.c:1258:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1258 | active = gtk_toggle_action_get_active(act); | ^~~~~~ -
main-win.c:1264:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1264 | gboolean active = gtk_toggle_action_get_active(act); | ^~~~~~~~ -
desktop.c:2682:5: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 2682 | gtk_action_set_visible(act, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2696:5: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 2696 | gtk_action_group_set_translation_domain(act_grp, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2697:5: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 2697 | gtk_action_group_add_actions(act_grp, desktop_actions, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1288:5: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 1288 | int mode = gtk_radio_action_get_current_value(cur); | ^~~ -
main-win.c:1303:5: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 1303 | int val = gtk_radio_action_get_current_value(cur); | ^~~ -
desktop.c:2699:5: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] 2699 | gtk_ui_manager_add_ui_from_string(ui, desktop_menu_xml, -1, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1357:5: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 1357 | guint val = gtk_radio_action_get_current_value(cur); | ^~~~~ -
main-win.c:1388:9: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1388 | active = gtk_toggle_action_get_active(act); | ^~~~~~ -
desktop.c:2737:5: warning: 'gtk_action_group_set_translation_domain' is deprecated [-Wdeprecated-declarations] 2737 | gtk_action_group_set_translation_domain(act_grp, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1409:9: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1409 | active = gtk_toggle_action_get_active(act); | ^~~~~~ -
desktop.c:2740:9: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 2740 | gtk_action_group_add_actions(act_grp, folder_menu_actions, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1421:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1421 | gboolean active = gtk_toggle_action_get_active(act); | ^~~~~~~~ -
desktop.c:2742:9: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] 2742 | gtk_ui_manager_add_ui_from_string(ui, folder_menu_xml, -1, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1461:5: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 1461 | int val = gtk_radio_action_get_current_value(cur); | ^~~ -
desktop.c:2744:9: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2744 | act = gtk_action_group_get_action(act_grp, "Term"); | ^~~ -
main-win.c:1519:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 1519 | act = gtk_ui_manager_get_action(win->ui, "/menubar/GoMenu/Next"); | ^~~ -
main-win.c:1521:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 1521 | gtk_action_set_sensitive(act, fm_nav_history_get_cur_index(nh) > 0); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2745:9: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 2745 | gtk_action_set_visible(act, all_native); | ^~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1525:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 1525 | act = gtk_ui_manager_get_action(win->ui, "/menubar/GoMenu/Prev"); | ^~~ -
main-win.c:1526:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 1526 | gtk_action_set_sensitive(act, fm_nav_history_can_back(nh)); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2752:13: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 2752 | gtk_action_group_add_actions(act_grp, extra_item_menu_actions, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2754:13: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] 2754 | gtk_ui_manager_add_ui_from_string(ui, extra_item_menu_xml, -1, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2757:17: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2757 | act = gtk_action_group_get_action(act_grp, "Disable"); | ^~~ -
main-win.c:1709:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 1709 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Toolbar/ShowToolbar"); | ^~~ -
desktop.c:2758:17: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 2758 | gtk_action_set_visible(act, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1710:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 1710 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), app_config->tb.visible); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2762:9: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2762 | act = gtk_action_group_get_action(act_grp, "Cut"); | ^~~ -
main-win.c:1711:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 1711 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Toolbar/ToolbarNewWin"); | ^~~ -
main-win.c:1712:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 1712 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), app_config->tb.new_win); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2763:9: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 2763 | gtk_action_set_visible(act, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1713:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 1713 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Toolbar/ToolbarNewTab"); | ^~~ -
desktop.c:2764:9: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2764 | act = gtk_action_group_get_action(act_grp, "Del"); | ^~~ -
main-win.c:1714:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 1714 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), app_config->tb.new_tab); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1715:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 1715 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Toolbar/ToolbarNav"); | ^~~ -
desktop.c:2765:9: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 2765 | gtk_action_set_visible(act, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1716:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 1716 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), app_config->tb.nav); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2766:9: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2766 | act = gtk_action_group_get_action(act_grp, "Rename"); | ^~~ -
main-win.c:1717:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 1717 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Toolbar/ToolbarHome"); | ^~~ -
main-win.c:1718:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 1718 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), app_config->tb.home); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2767:9: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 2767 | gtk_action_set_visible(act, FALSE); | ^~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1720:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 1720 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/ShowStatus"); | ^~~ -
desktop.c:2772:5: warning: 'gtk_action_group_add_actions' is deprecated [-Wdeprecated-declarations] 2772 | gtk_action_group_add_actions(act_grp, desktop_icon_actions, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1721:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 1721 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), app_config->show_statusbar); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2774:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2774 | act = gtk_action_group_get_action(act_grp, "Snap"); | ^~~ -
main-win.c:1725:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 1725 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/PathMode/PathEntry"); | ^~~ -
main-win.c:1726:5: warning: 'gtk_radio_action_set_current_value' is deprecated [-Wdeprecated-declarations] 1726 | gtk_radio_action_set_current_value(GTK_RADIO_ACTION(act), app_config->pathbar_mode_buttons); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2775:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 2775 | gtk_action_set_sensitive(act, has_fixed); | ^~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:2777:5: warning: 'gtk_action_group_add_toggle_actions' is deprecated [-Wdeprecated-declarations] 2777 | gtk_action_group_add_toggle_actions(act_grp, desktop_icon_toggle_actions, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1853:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1853 | gboolean active = gtk_toggle_action_get_active(action); | ^~~~~~~~ -
desktop.c:2780:5: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2780 | act = gtk_action_group_get_action(act_grp, "Fix"); | ^~~ -
main-win.c:1863:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1863 | gboolean active = gtk_toggle_action_get_active(act); | ^~~~~~~~ -
desktop.c:2781:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 2781 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), all_fixed); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1872:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1872 | gboolean active = gtk_toggle_action_get_active(act); | ^~~~~~~~ -
desktop.c:2783:5: warning: 'gtk_ui_manager_add_ui_from_string' is deprecated [-Wdeprecated-declarations] 2783 | gtk_ui_manager_add_ui_from_string(ui, desktop_icon_menu_xml, -1, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:1881:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1881 | gboolean active = gtk_toggle_action_get_active(act); | ^~~~~~~~ -
main-win.c:1890:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1890 | gboolean active = gtk_toggle_action_get_active(act); | ^~~~~~~~ -
desktop.c:2816:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 2816 | if(gtk_toggle_action_get_active(act)) | ^~ -
main-win.c:1903:9: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 1903 | gtk_widget_show(gtk_ui_manager_get_widget(win->ui, "/toolbar/Go")); | ^~~~~~~~~~~~~~~ -
main-win.c:1913:5: warning: 'gtk_action_get_name' is deprecated [-Wdeprecated-declarations] 1913 | g_debug("bouncing action %s to popup", gtk_action_get_name(act)); | ^~~~~~~ -
main-win.c:2187:5: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 2187 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/ShowHidden"); | ^~~ -
main-win.c:2188:5: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 2188 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), active); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:3304:5: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 3304 | gdk_screen_get_monitor_geometry(scr, monitor, &geom); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:2269:13: warning: 'gtk_widget_set_state' is deprecated: Use 'gtk_widget_set_state_flags' instead [-Wdeprecated-declarations] 2269 | gtk_widget_set_state(GTK_WIDGET(psv_page->tab_label), GTK_STATE_SELECTED); | ^~~~~~~~~~~~~~~~~~~~ -
desktop.c:3313:5: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 3313 | gdk_screen_get_monitor_geometry(scr, monitor, &geom); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:2397:13: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 2397 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/DualPane"); | ^~~ -
main-win.c:2398:13: warning: 'gtk_toggle_action_set_active' is deprecated [-Wdeprecated-declarations] 2398 | gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(act), FALSE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:3537:5: warning: 'gdk_window_get_pointer' is deprecated: Use 'gdk_window_get_device_position' instead [-Wdeprecated-declarations] 3537 | gdk_window_get_pointer(window, &x, &y, &state); | ^~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:2536:9: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 2536 | act = gtk_ui_manager_get_action(win->ui, "/Prev2"); | ^~~ -
main-win.c:2537:9: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 2537 | gtk_action_activate(act); | ^~~~~~~~~~~~~~~~~~~ -
main-win.c:2541:9: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 2541 | act = gtk_ui_manager_get_action(win->ui, "/Next2"); | ^~~ -
main-win.c:2542:9: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 2542 | gtk_action_activate(act); | ^~~~~~~~~~~~~~~~~~~ -
main-win.c:2560:9: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 2560 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/SizeBigger"); | ^~~ -
main-win.c:2561:9: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 2561 | gtk_action_activate(act); | ^~~~~~~~~~~~~~~~~~~ -
main-win.c:2566:9: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 2566 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/SizeSmaller"); | ^~~ -
desktop.c:3925:5: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 3925 | gdk_screen_get_monitor_geometry(gtk_widget_get_screen((GtkWidget*)desktop), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
main-win.c:2567:9: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 2567 | gtk_action_activate(act); | ^~~~~~~~~~~~~~~~~~~ -
main-win.c:2607:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 2607 | active = gtk_toggle_action_get_active(act); | ^~~~~~ -
desktop.c:4008:5: warning: 'gtk_vbox_get_type' is deprecated [-Wdeprecated-declarations] 4008 | vbox = g_object_new(GTK_TYPE_VBOX, "border-width", 3, NULL); | ^~~~ -
main-win.c:2629:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 2629 | active = gtk_toggle_action_get_active(act); | ^~~~~~ -
main-win.c:2660:9: warning: 'gtk_widget_set_state' is deprecated: Use 'gtk_widget_set_state_flags' instead [-Wdeprecated-declarations] 2660 | gtk_widget_set_state(GTK_WIDGET(FM_TAB_PAGE(page)->tab_label), GTK_STATE_SELECTED); | ^~~~~~~~~~~~~~~~~~~~ -
main-win.c:2673:17: warning: 'gtk_widget_set_state' is deprecated: Use 'gtk_widget_set_state_flags' instead [-Wdeprecated-declarations] 2673 | gtk_widget_set_state(GTK_WIDGET(FM_TAB_PAGE(tp)->tab_label), GTK_STATE_ACTIVE); | ^~~~~~~~~~~~~~~~~~~~ -
main-win.c:2684:5: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 2684 | active = gtk_toggle_action_get_active(action); | ^~~~~~ -
desktop.c:4215:21: warning: 'gdk_screen_get_width' is deprecated [-Wdeprecated-declarations] 4215 | gdk_screen_get_width(screen) + 1, | ^~~~~~~~~~~~~~~~~~~~ -
desktop.c:4216:21: warning: 'gdk_screen_get_height' is deprecated [-Wdeprecated-declarations] 4216 | gdk_screen_get_height(screen) + 1); | ^~~~~~~~~~~~~~~~~~~~~ -
desktop.c:4940:5: warning: 'gdk_screen_get_monitor_geometry' is deprecated: Use 'gdk_monitor_get_geometry' instead [-Wdeprecated-declarations] 4940 | gdk_screen_get_monitor_geometry(screen, self->monitor, &geom); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:5409:5: warning: 'gtk_color_button_get_color' is deprecated: Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations] 5409 | gtk_color_button_get_color(btn, &new_val); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:5410:5: warning: 'gdk_color_equal' is deprecated: Use 'gdk_rgba_equal' instead [-Wdeprecated-declarations] 5410 | if (!gdk_color_equal(&desktop->conf.desktop_bg, &new_val)) | ^~ -
desktop.c:5442:5: warning: 'gtk_color_button_get_color' is deprecated: Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations] 5442 | gtk_color_button_get_color(btn, &new_val); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:5443:5: warning: 'gdk_color_equal' is deprecated: Use 'gdk_rgba_equal' instead [-Wdeprecated-declarations] 5443 | if (!gdk_color_equal(&desktop->conf.desktop_fg, &new_val)) | ^~ -
desktop.c:5455:5: warning: 'gtk_color_button_get_color' is deprecated: Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations] 5455 | gtk_color_button_get_color(btn, &new_val); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:5456:5: warning: 'gdk_color_equal' is deprecated: Use 'gdk_rgba_equal' instead [-Wdeprecated-declarations] 5456 | if (!gdk_color_equal(&desktop->conf.desktop_shadow, &new_val)) | ^~ -
desktop.c:5477:5: warning: 'gtk_font_button_get_font_name' is deprecated [-Wdeprecated-declarations] 5477 | const char* font = gtk_font_button_get_font_name(btn); | ^~~~~ -
desktop.c:5688:9: warning: 'gtk_misc_set_alignment' is deprecated [-Wdeprecated-declarations] 5688 | gtk_misc_set_alignment(GTK_MISC(img_preview), 0.5, 0.0); | ^~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:5707:9: warning: 'gtk_color_button_set_color' is deprecated: Use 'gtk_color_chooser_set_rgba' instead [-Wdeprecated-declarations] 5707 | gtk_color_button_set_color(GTK_COLOR_BUTTON(item), &desktop->conf.desktop_bg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:5713:9: warning: 'gtk_color_button_set_color' is deprecated: Use 'gtk_color_chooser_set_rgba' instead [-Wdeprecated-declarations] 5713 | gtk_color_button_set_color(GTK_COLOR_BUTTON(item), &desktop->conf.desktop_fg); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:5716:9: warning: 'gtk_color_button_set_color' is deprecated: Use 'gtk_color_chooser_set_rgba' instead [-Wdeprecated-declarations] 5716 | gtk_color_button_set_color(GTK_COLOR_BUTTON(item), &desktop->conf.desktop_shadow); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:5723:13: warning: 'gtk_font_button_set_font_name' is deprecated [-Wdeprecated-declarations] 5723 | gtk_font_button_set_font_name(GTK_FONT_BUTTON(item), desktop->conf.desktop_font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:5821:5: warning: 'gdk_display_get_n_screens' is deprecated [-Wdeprecated-declarations] 5821 | n_scr = gdk_display_get_n_screens(gdpy); | ^~~~~ -
desktop.c:5824:9: warning: 'gdk_screen_get_n_monitors' is deprecated: Use 'gdk_display_get_n_monitors' instead [-Wdeprecated-declarations] 5824 | n_screens += gdk_screen_get_n_monitors(gdk_display_get_screen(gdpy, i)); | ^~~~~~~~~ -
desktop.c:5824:9: warning: 'gdk_display_get_screen' is deprecated [-Wdeprecated-declarations] 5824 | n_screens += gdk_screen_get_n_monitors(gdk_display_get_screen(gdpy, i)); | ^~~~~~~~~ -
desktop.c:5828:9: warning: 'gdk_display_get_screen' is deprecated [-Wdeprecated-declarations] 5828 | GdkScreen* screen = gdk_display_get_screen(gdpy, scr); | ^~~~~~~~~ -
desktop.c:5829:9: warning: 'gdk_screen_get_n_monitors' is deprecated: Use 'gdk_display_get_n_monitors' instead [-Wdeprecated-declarations] 5829 | n_mon = gdk_screen_get_n_monitors(screen); | ^~~~~ -
desktop.c:5880:5: warning: 'gdk_cursor_new' is deprecated: Use 'gdk_cursor_new_for_display' instead [-Wdeprecated-declarations] 5880 | hand_cursor = gdk_cursor_new(GDK_HAND2); | ^~~~~~~~~~~ -
desktop.c:5944:9: warning: 'gdk_cursor_unref' is deprecated: Use 'g_object_unref' instead [-Wdeprecated-declarations] 5944 | gdk_cursor_unref(hand_cursor); | ^~~~~~~~~~~~~~~~