Snippets for pcmanfm 1.3.2 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/pcmanfm-gtk3/1.3.2_3/150arm64-default.log.
-
app-config.c:525:68: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 525 | cfg->tb.visible = cfg->tb.new_tab = cfg->tb.nav = cfg->tb.home = TRUE; | ^ ~~~~ -
app-config.c:570:21: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 570 | cfg->configured = TRUE; | ^ ~~~~ -
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); | ^ -
app-config.c:754:25: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 754 | cfg->tb.visible = TRUE; | ^ ~~~~ -
app-config.c:763:33: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 763 | cfg->tb.new_win = TRUE; | ^ ~~~~ -
app-config.c:765:33: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 765 | cfg->tb.new_tab = TRUE; | ^ ~~~~ -
app-config.c:767:29: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 767 | cfg->tb.nav = TRUE; | ^ ~~~~ -
app-config.c:769:30: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 769 | cfg->tb.home = TRUE; | ^ ~~~~ -
pcmanfm.c:277:20: warning: 'gdk_screen_get_number' is deprecated [-Wdeprecated-declarations] 277 | if(pcmanfm_run(gdk_screen_get_number(gdk_screen_get_default()))) | ^ -
./main-win-ui.c:190:17: 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)}, | ^ -
./main-win-ui.c:192:23: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 192 | {"CreateNew", GTK_STOCK_ADD, N_("C_reate New..."), "", NULL, NULL}, | ^ -
./main-win-ui.c:195:18: 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:22: 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:19: 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:18: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 199 | {"Open", GTK_STOCK_OPEN, NULL, "", NULL, G_CALLBACK(on_open)}, | ^ -
./main-win-ui.c:200:17: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 200 | {"Cut", GTK_STOCK_CUT, N_("C_ut"), NULL, NULL, G_CALLBACK(bounce_action)}, | ^ -
./main-win-ui.c:201:18: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 201 | {"Copy", GTK_STOCK_COPY, NULL, NULL, NULL, G_CALLBACK(bounce_action)}, | ^ -
./main-win-ui.c:202:19: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 202 | {"Paste", GTK_STOCK_PASTE, NULL, NULL, NULL, G_CALLBACK(bounce_action)}, | ^ -
./main-win-ui.c:203:21: 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:17: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 204 | {"Del", GTK_STOCK_REMOVE, NULL, "", NULL, G_CALLBACK(on_del)}, | ^ -
./main-win-ui.c:211:22: 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:20: 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:18: 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:20: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 216 | {"Reload", GTK_STOCK_REFRESH, N_("_Reload Folder"), "F5", N_("Reload current folder"), G_CALLBACK(on_reload)}, | ^ -
./main-win-ui.c:223:24: 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:25: 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:25: 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:19: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 230 | {"About", GTK_STOCK_ABOUT, NULL, NULL, NULL, G_CALLBACK(on_about)}, | ^ -
./main-win-ui.c:231:24: 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:18: 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:18: 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:16: 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:21: 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:22: 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:16: 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:25: 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:20: 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:20: 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:13: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 304 | {"Asc", GTK_STOCK_SORT_ASCENDING, NULL, NULL, NULL, GTK_SORT_ASCENDING}, | ^ -
./main-win-ui.c:305:14: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 305 | {"Desc", GTK_STOCK_SORT_DESCENDING, NULL, NULL, NULL, GTK_SORT_DESCENDING}, | ^ -
main-win.c:194:25: 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:16: 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:28: 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:11: 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:11: 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:11: 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:11: 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:11: 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:11: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 308 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/ShowHidden"); | ^ -
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:11: 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:11: 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:11: 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:11: 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:11: 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:11: 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:11: 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:11: 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:11: 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:11: 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:11: 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:11: 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:11: 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:11: 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:14: 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:21: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 475 | GtkWidget* mi = gtk_ui_manager_get_widget(ui, "/menubar/BookmarksMenu"); | ^ -
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); | ^ -
main-win.c:657:11: 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); | ^ -
main-win.c:659:9: 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:11: 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:9: 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:11: 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:9: 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); | ^ -
main-win.c:669:11: 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:9: 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) | ^ -
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:20: 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:20: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 677 | toolitem = gtk_ui_manager_get_widget(win->ui, "/toolbar/NewTab"); | ^ -
main-win.c:680:20: 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:20: 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:21: 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:10: warning: 'gtk_ui_manager_new' is deprecated [-Wdeprecated-declarations] 769 | ui = gtk_ui_manager_new(); | ^ -
main-win.c:770:15: 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, | ^ -
main-win.c:787:27: 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:27: warning: 'gtk_radio_action_get_group' is deprecated [-Wdeprecated-declarations] 793 | radio_group = gtk_radio_action_get_group(mode_action); | ^ -
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, | ^ -
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, | ^ -
main-win.c:840:27: warning: 'gtk_radio_action_new' is deprecated [-Wdeprecated-declarations] 840 | mode_action = gtk_radio_action_new(str->str, | ^ -
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:27: 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, | ^ -
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:17: 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); | ^ -
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:11: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 897 | act = gtk_ui_manager_get_action(ui, "/menubar/ViewMenu/SidePane/ShowSidePane"); | ^ -
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:15: 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); | ^ -
main-win.c:911:15: 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:15: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 916 | menubar = gtk_ui_manager_get_widget(ui, "/menubar"); | ^ -
main-win.c:917:32: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations] 917 | win->toolbar = GTK_TOOLBAR(gtk_ui_manager_get_widget(ui, "/toolbar")); | ^ -
main-win.c:960:30: 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:55: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 960 | GtkWidget* warning = gtk_image_new_from_stock(GTK_STOCK_DIALOG_WARNING, GTK_ICON_SIZE_SMALL_TOOLBAR); | ^ -
main-win.c:972:24: warning: 'gtk_hbox_new' is deprecated: Use 'gtk_box_new' instead [-Wdeprecated-declarations] 972 | pathbox = (GtkBox*)gtk_hbox_new(FALSE, 0); | ^ -
main-win.c:1025:42: 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")); | ^ -
main-win.c:1258:14: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1258 | active = gtk_toggle_action_get_active(act); | ^ -
main-win.c:1264:23: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1264 | gboolean active = gtk_toggle_action_get_active(act); | ^ -
main-win.c:1288:16: 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:15: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 1303 | int val = gtk_radio_action_get_current_value(cur); | ^ -
main-win.c:1357:17: 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:18: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1388 | active = gtk_toggle_action_get_active(act); | ^ -
main-win.c:1409:18: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1409 | active = gtk_toggle_action_get_active(act); | ^ -
main-win.c:1421:23: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1421 | gboolean active = gtk_toggle_action_get_active(act); | ^ -
main-win.c:1429:26: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 1429 | page->own_config = TRUE; | ^ ~~~~ -
main-win.c:1461:15: warning: 'gtk_radio_action_get_current_value' is deprecated [-Wdeprecated-declarations] 1461 | int val = gtk_radio_action_get_current_value(cur); | ^ -
main-win.c:1519:11: 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); | ^ -
main-win.c:1525:11: 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)); | ^ -
main-win.c:1709:11: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 1709 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Toolbar/ShowToolbar"); | ^ -
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); | ^ -
main-win.c:1711:11: 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); | ^ -
main-win.c:1713:11: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 1713 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Toolbar/ToolbarNewTab"); | ^ -
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:11: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 1715 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/Toolbar/ToolbarNav"); | ^ -
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); | ^ -
main-win.c:1717:11: 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); | ^ -
main-win.c:1720:11: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 1720 | act = gtk_ui_manager_get_action(win->ui, "/menubar/ViewMenu/ShowStatus"); | ^ -
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); | ^ -
main-win.c:1725:11: 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); | ^ -
main-win.c:1853:23: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1853 | gboolean active = gtk_toggle_action_get_active(action); | ^ -
main-win.c:1863:23: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1863 | gboolean active = gtk_toggle_action_get_active(act); | ^ -
main-win.c:1872:23: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1872 | gboolean active = gtk_toggle_action_get_active(act); | ^ -
main-win.c:1881:23: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1881 | gboolean active = gtk_toggle_action_get_active(act); | ^ -
main-win.c:1890:23: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 1890 | gboolean active = gtk_toggle_action_get_active(act); | ^ -
./desktop-ui.c:51:16: 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)}, | ^ -
1267 | #define G_DEPRECATED __attrmain-win.c:1903:25: warning: 'gtk_ui_manager_get_widget' is deprecated [-Wdeprecated-declarations]
-
./desktop-ui.c:52:16: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations]
-
./desktop-ui.c:53:16: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 53 | {"Search", GTK_STOCK_FIND, NULL, NULL, NULL, NULL}, | ^ -
main-win.c:1913:44: warning: 'gtk_action_get_name' is deprecated [-Wdeprecated-declarations] 1913 | g_debug("bouncing action %s to popup", gtk_action_get_name(act)); | ^ -
desktop.c:207:26: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 207 | item->is_special = TRUE; | ^ ~~~~ -
desktop.c:211:30: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 211 | item->is_special = TRUE; | ^ ~~~~ -
desktop.c:212:28: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 212 | item->is_mount = TRUE; | ^ ~~~~ -
desktop.c:313:33: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 313 | item->fixed_pos = TRUE; | ^ ~~~~ -
desktop.c:464:30: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 464 | desktop->conf.configured = TRUE; | ^ ~~~~ -
desktop.c:465:27: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 465 | desktop->conf.changed = TRUE; | ^ ~~~~ -
main-win.c:2187:11: 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); | ^ -
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); | ^ -
main-win.c:2397:19: 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:1150:9: warning: passing 'typeof (*(&type_id_volatile)) *' (aka 'volatile unsigned long *') to parameter of type 'gsize *' (aka 'unsigned long *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] 1150 | if (g_once_init_enter(&type_id_volatile)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
desktop.c:1211:53: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1211 | obj_l = fm_desktop_find_accessible_for_item(FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(component), item); | ^ -
desktop.c:1233:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1233 | priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(selection); | ^ -
desktop.c:1237:29: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 1237 | item->item->is_selected = TRUE; | ^ ~~~~ -
main-win.c:2536:15: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations] 2536 | act = gtk_ui_manager_get_action(win->ui, "/Prev2"); | ^ -
desktop.c:1264:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1264 | priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(selection); | ^ -
1129 | #define main-win.c:2537:9: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations]
-
main-win.c:2541:15: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations]
-
desktop.c:1270:24: warning: incompatible pointer types returning 'typeof (item)' (aka 'struct _FmDesktopItemAccessible *') from a function with result type 'AtkObject *' (aka 'struct _AtkObject *') [-Wincompatible-pointer-types] 1270 | return g_object_ref(item); | ^~~~~~~~~~~~~~~~~~ -
533 | #define g_object_remain-win.c:2542:9: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations]
-
desktop.c:1277:37: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1277 | FmDesktopAccessiblePriv *priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(selection); | ^ -
1304 | _GLIB_GNUC_DO_PRAGMA(GCC warning G_main-win.c:2560:15: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations]
-
main-win.c:2561:9: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations]
-
/usr/local/include/glib-2.0/gobject/gtype.h:688:145: main-win.c:2566:15: warning: 'gtk_ui_manager_get_action' is deprecated [-Wdeprecated-declarations]
-
main-win.c:2567:9: warning: 'gtk_action_activate' is deprecated [-Wdeprecated-declarations] 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x)) | ^ 2567 | gtk_action_activate(act); | ^ -
desktop.c:1317:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1317 | priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(selection); | ^ -
main-win.c:2607:14: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 2607 | active = gtk_toggle_action_get_active(act); | ^ -
main-win.c:2629:14: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] | ^ -
desktop.c:1380:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1380 | priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(action); | ^ -
main-win.c:2660:9: warning: 'gtk_widget_set_state' is deprecated: Use 'gtk_widget_set_state_flags' instead [-Wdeprecated-declarations] 9 | GCC warning "Deprecated pre-proc 2660 | gtk_wiessor symbol: replace with \"G_ADD_PRIVATE\"" | ^ -
desktop.c:1416:37: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1416 | FmDesktopAccessiblePriv *priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(object); | ^ -
main-win.c:2684:14: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 2684 | active = gtk_toggle_action_get_active(action); | ^ -
desktop.c:1453:12: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1453 | priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(accessible); | ^ -
desktop.c:1457:12: warning: incompatible pointer types returning 'typeof (item)' (aka 'struct _FmDesktopItemAccessible *') from a function with result type 'AtkObject *' (aka 'struct _AtkObject *') [-Wincompatible-pointer-types] 1457 | return g_object_ref(item); | ^~~~~~~~~~~~~~~~~~ -
desktop.c:1471:37: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1471 | FmDesktopAccessiblePriv *priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(object); | ^ -
desktop.c:1487:5: warning: 'g_type_class_add_private' is deprecated [-Wdeprecated-declarations] 1487 | g_type_class_add_private(klass, sizeof(FmDesktopAccessiblePriv)); | ^ -
desktop.c:1544:37: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1544 | FmDesktopAccessiblePriv *priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(desktop_atk); | ^ -
desktop.c:1560:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1560 | priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(obj); | ^ -
desktop.c:1583:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1583 | priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(obj); | ^ -
desktop.c:1603:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1603 | priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(obj); | ^ -
desktop.c:1626:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1626 | priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(obj); | ^ -
desktop.c:1643:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1643 | priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(obj); | ^ -
desktop.c:1659:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1659 | priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(obj); | ^ -
desktop.c:1675:16: warning: Deprecated pre-processor symbol: replace with "G_ADD_PRIVATE" [-W#pragma-messages] 1675 | priv = FM_DESKTOP_ACCESSIBLE_GET_PRIVATE(obj); | ^ -
desktop.c:1815:33: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 1815 | desktop->layout_pending = TRUE; | ^ ~~~~ -
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); | ^ -
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); | ^ -
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); | ^ -
desktop.c:1960:25: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 1960 | item->fixed_pos = TRUE; | ^ ~~~~ -
desktop.c:2072:11: 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]; | ^ -
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); | ^ -
desktop.c:2128:22: warning: 'gdk_screen_get_number' is deprecated [-Wdeprecated-declarations] 2128 | int screen_num = gdk_screen_get_number(screen); | ^ -
desktop.c:2258:9: warning: 'gdk_window_set_background_pattern' is deprecated [-Wdeprecated-declarations] 2258 | gdk_window_set_background_pattern(window, pattern); | ^ -
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); | ^ -
desktop.c:2289:26: warning: 'gdk_screen_get_width' is deprecated [-Wdeprecated-declarations] 2289 | dest_w = gdk_screen_get_width(screen); | ^ -
desktop.c:2290:26: warning: 'gdk_screen_get_height' is deprecated [-Wdeprecated-declarations] 2290 | dest_h = gdk_screen_get_height(screen); | ^ -
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); | ^ -
desktop.c:2367:5: warning: 'gdk_window_set_background_pattern' is deprecated [-Wdeprecated-declarations] 2367 | gdk_window_set_background_pattern(window, pattern); | ^ -
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); | ^ -
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); | ^ -
desktop.c:2625:29: 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)) | ^ -
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); | ^ -
desktop.c:2674:11: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2674 | act = gtk_action_group_get_action(act_grp, "Rename"); | ^ -
desktop.c:2675:5: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 2675 | gtk_action_set_visible(act, FALSE); | ^ -
desktop.c:2676:5: warning: 'gtk_action_set_sensitive' is deprecated [-Wdeprecated-declarations] 2676 | gtk_action_set_sensitive(act, FALSE); | ^ -
desktop.c:2678:11: 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:11: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2681 | act = gtk_action_group_get_action(act_grp, "Prop"); | ^ -
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, | ^ -
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); | ^ -
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); | ^ -
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, | ^ -
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); | ^ -
desktop.c:2744:15: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2744 | act = gtk_action_group_get_action(act_grp, "Term"); | ^ -
desktop.c:2745:9: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 2745 | gtk_action_set_visible(act, all_native); | ^ -
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:23: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2757 | act = gtk_action_group_get_action(act_grp, "Disable"); | ^ -
desktop.c:2758:17: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 2758 | gtk_action_set_visible(act, FALSE); | ^ -
desktop.c:2762:15: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2762 | act = gtk_action_group_get_action(act_grp, "Cut"); | ^ -
desktop.c:2763:9: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 2763 | gtk_action_set_visible(act, FALSE); | ^ -
desktop.c:2764:15: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2764 | act = gtk_action_group_get_action(act_grp, "Del"); | ^ -
desktop.c:2765:9: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 2765 | gtk_action_set_visible(act, FALSE); | ^ -
desktop.c:2766:15: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2766 | act = gtk_action_group_get_action(act_grp, "Rename"); | ^ -
desktop.c:2767:9: warning: 'gtk_action_set_visible' is deprecated [-Wdeprecated-declarations] 2767 | gtk_action_set_visible(act, FALSE); | ^ -
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, | ^ -
desktop.c:2774:11: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2774 | act = gtk_action_group_get_action(act_grp, "Snap"); | ^ -
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, | ^ -
desktop.c:2780:11: warning: 'gtk_action_group_get_action' is deprecated [-Wdeprecated-declarations] 2780 | act = gtk_action_group_get_action(act_grp, "Fix"); | ^ -
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); | ^ -
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); | ^ -
desktop.c:2816:8: warning: 'gtk_toggle_action_get_active' is deprecated [-Wdeprecated-declarations] 2816 | if(gtk_toggle_action_get_active(act)) | ^ -
desktop.c:2823:33: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 2823 | item->fixed_pos = TRUE; | ^ ~~~~ -
desktop.c:3095:23: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 3095 | item->is_selected = TRUE; | ^ ~~~~ -
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); | ^ -
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); | ^ -
desktop.c:3398:43: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 3398 | clicked_item->is_selected = TRUE; | ^ ~~~~ -
desktop.c:3438:38: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 3438 | self->rubber_bending = TRUE; | ^ ~~~~ -
desktop.c:3471:31: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 3471 | self->forward_pending = TRUE; | ^ ~~~~ -
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); | ^ -
desktop.c:3546:27: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 3546 | item->is_selected = TRUE; | ^ ~~~~ -
desktop.c:3903:39: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 3903 | desktop->search_imcontext_changed = TRUE; | ^ ~~~~ -
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), | ^ -
desktop.c:4008:25: warning: 'gtk_vbox_get_type' is deprecated [-Wdeprecated-declarations] 4008 | vbox = g_object_new(GTK_TYPE_VBOX, "border-width", 3, NULL); | ^ -
desktop.c:4109:35: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 4109 | item->is_selected = TRUE; | ^ ~~~~ -
desktop.c:4122:35: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 4122 | item->is_selected = TRUE; | ^ ~~~~ -
desktop.c:4135:35: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 4135 | item->is_selected = TRUE; | ^ ~~~~ -
desktop.c:4148:35: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 4148 | item->is_selected = TRUE; | ^ ~~~~ -
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:4622:23: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 4622 | desktop->dragging = TRUE; | ^ ~~~~ -
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:5265:31: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 5265 | item->is_selected = TRUE; | ^ ~~~~ -
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:10: 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:10: 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:10: 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:24: 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:13: warning: 'gdk_display_get_n_screens' is deprecated [-Wdeprecated-declarations] 5821 | n_scr = gdk_display_get_n_screens(gdpy); | ^ -
desktop.c:5824:22: 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:48: 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:29: warning: 'gdk_display_get_screen' is deprecated [-Wdeprecated-declarations] 5828 | GdkScreen* screen = gdk_display_get_screen(gdpy, scr); | ^ -
desktop.c:5829:17: 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:19: 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); | ^ -
tab-page.c:56:16: 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:16: 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:16: warning: 'GtkStock' is deprecated [-Wdeprecated-declarations] 58 | {"Search", GTK_STOCK_FIND, NULL, NULL, NULL, NULL}, | ^ -
tab-page.c:103:39: warning: 'gtk_hpaned_get_type' is deprecated [-Wdeprecated-declarations] 103 | G_DEFINE_TYPE(FmTabPage, fm_tab_page, GTK_TYPE_HPANED) | ^ -
tab-page.c:551:16: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] 551 | page->busy = TRUE; | ^ ~~~~ -
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:32: 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:32: 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:27: 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); | ^ -
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); | ^ -
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); | ^ -
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); | ^