Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
releng:4.14:roadmap:thunar:deprecations [2018/05/30 04:18] – Update depractions status andreldmreleng:4.14:roadmap:thunar:deprecations [2018/06/02 06:55] – Update depraction status andreldm
Line 1: Line 1:
 ====== Thunar GTK3 Deprecations ====== ====== Thunar GTK3 Deprecations ======
  
-Deprecations and warnings found in [[https://git.xfce.org/xfce/thunar/commit/?id=c5b37dd84e25044c90f29fa638b288264272d4e9|c5b37dd]]+Deprecations and warnings found in [[https://git.xfce.org/xfce/thunar/commit/?id=a80821b200d1ebe5457ab75d6572f4e86f0294bb|a80821b]]
  
 GtkAction and GtkUiManager deprecations will not be handled in this cycle. GtkAction and GtkUiManager deprecations will not be handled in this cycle.
Line 9: Line 9:
  
 grep "warning:" build.log | wc -l grep "warning:" build.log | wc -l
-259 (out of 1336 when merged)+130 (out of 1336 when merged)
  
-grep "warning:" build.log | grep -Ev "gtk_action|gtk_ui_manager|gtk_radio_action|gtk_toggle_action|gtk_activatable_get_related_action" | wc -l +grep "warning:" build.log | cut -d: -f5 | sort | uniq -c | sort -n -r
-0 (All silenced, it was 144) +
- +
-grep "warning:" build.log | grep -Ev "gtk_action|gtk_ui_manager|gtk_radio_action|gtk_toggle_action|gtk_activatable_get_related_action" | cut -d: -f5 | sort | uniq -c | sort -n -r +
-97  ‘pure’ attribute on function returning ‘void’ [-Wattributes]+
 21  ‘gdk_threads_leave’ is deprecated [-Wdeprecated-declarations] 21  ‘gdk_threads_leave’ is deprecated [-Wdeprecated-declarations]
 21  ‘gdk_threads_enter’ is deprecated [-Wdeprecated-declarations] 21  ‘gdk_threads_enter’ is deprecated [-Wdeprecated-declarations]
Line 30: Line 26:
   ‘gtk_drag_begin’ is deprecated   ‘gtk_drag_begin’ is deprecated
   ‘gtk_dialog_set_alternative_button_order’ is deprecated [-Wdeprecated-declarations]   ‘gtk_dialog_set_alternative_button_order’ is deprecated [-Wdeprecated-declarations]
-  ‘gtk_dialog_get_action_area’ is deprecated [-Wdeprecated-declarations] 
-  ‘gtk_button_set_focus_on_click’ is deprecated 
-  ‘gdk_window_get_pointer’ is deprecated 
-  ‘gdk_screen_get_monitor_geometry’ is deprecated 
-  ‘gdk_screen_get_monitor_at_point’ is deprecated 
   ‘gtk_widget_push_composite_child’ is deprecated   ‘gtk_widget_push_composite_child’ is deprecated
   ‘gtk_widget_pop_composite_child’ is deprecated   ‘gtk_widget_pop_composite_child’ is deprecated
 +  ‘gtk_ui_manager_get_accel_group’ is deprecated [-Wdeprecated-declarations]
   ‘GtkStock’ is deprecated [-Wdeprecated-declarations]   ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
   ‘gtk_status_icon_set_visible’ is deprecated [-Wdeprecated-declarations]   ‘gtk_status_icon_set_visible’ is deprecated [-Wdeprecated-declarations]
   ‘gtk_status_icon_set_tooltip_text’ is deprecated [-Wdeprecated-declarations]   ‘gtk_status_icon_set_tooltip_text’ is deprecated [-Wdeprecated-declarations]
   ‘gtk_status_icon_new_from_icon_name’ is deprecated [-Wdeprecated-declarations]   ‘gtk_status_icon_new_from_icon_name’ is deprecated [-Wdeprecated-declarations]
-  ‘gtk_show_uri’ is deprecated 
   ‘gtk_paint_shadow’ is deprecated   ‘gtk_paint_shadow’ is deprecated
   ‘gtk_menu_item_set_right_justified’ is deprecated [-Wdeprecated-declarations]   ‘gtk_menu_item_set_right_justified’ is deprecated [-Wdeprecated-declarations]
Line 54: Line 45:
   ‘gtk_icon_factory_add’ is deprecated [-Wdeprecated-declarations]   ‘gtk_icon_factory_add’ is deprecated [-Wdeprecated-declarations]
   ‘gdk_pixbuf_new_from_inline’ is deprecated [-Wdeprecated-declarations]   ‘gdk_pixbuf_new_from_inline’ is deprecated [-Wdeprecated-declarations]
-  ‘gdk_error_trap_push’ is deprecated 
-  ‘gdk_error_trap_pop_ignored’ is deprecated 
 </code> </code>