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 revision
Previous revision
Next revisionBoth sides next revision
releng:4.14:roadmap:thunar:deprecations [2017/10/26 04:24] – update andreldmreleng:4.14:roadmap:thunar:deprecations [2018/05/30 04:18] – Update depractions 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=e916f399c788df0c901f251f048ccfcec24ffcec|e916f39]]+Deprecations and warnings found in [[https://git.xfce.org/xfce/thunar/commit/?id=c5b37dd84e25044c90f29fa638b288264272d4e9|c5b37dd]]
  
 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
-690 (out of 1336 when merged)+259 (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 | grep -Ev "gtk_action|gtk_ui_manager|gtk_radio_action|gtk_toggle_action|gtk_activatable_get_related_action" | wc -l
-204+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 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
-22  ‘gdk_threads_leave’ is deprecated [-Wdeprecated-declarations] +97  ‘pure’ attribute on function returning ‘void’ [-Wattributes] 
-22  ‘gdk_threads_enter’ is deprecated [-Wdeprecated-declarations]+21  ‘gdk_threads_leave’ is deprecated [-Wdeprecated-declarations] 
 +21  ‘gdk_threads_enter’ is deprecated [-Wdeprecated-declarations]
 20  ‘gtk_image_menu_item_new_with_mnemonic’ is deprecated 20  ‘gtk_image_menu_item_new_with_mnemonic’ is deprecated
 15  ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations] 15  ‘gtk_image_menu_item_set_image’ is deprecated [-Wdeprecated-declarations]
 15  ‘gtk_image_menu_item_get_type’ is deprecated 15  ‘gtk_image_menu_item_get_type’ is deprecated
-  ‘gtk_widget_modify_text’ is deprecated 
-  ‘gtk_widget_modify_base’ is deprecated 
-  ‘gdk_color_parse’ is deprecated 
-  ‘gtk_misc_set_padding’ is deprecated [-Wdeprecated-declarations] 
-  ‘gtk_misc_get_type’ is deprecated [-Wdeprecated-declarations] 
-  ‘gtk_image_new_from_stock’ is deprecated 
-  ‘gtk_widget_get_style’ is deprecated 
-  ‘GtkStock’ is deprecated [-Wdeprecated-declarations] 
   ‘gtk_image_menu_item_new_with_label’ is deprecated   ‘gtk_image_menu_item_new_with_label’ is deprecated
-  ‘gtk_widget_reparent’ is deprecated [-Wdeprecated-declarations] 
   ‘gtk_widget_modify_style’ is deprecated   ‘gtk_widget_modify_style’ is deprecated
- gtk_tree_view_set_rules_hint’ is deprecated [-Wdeprecated-declarations]+ gtk_widget_get_style’ is deprecated
   ‘gtk_rc_style_new’ is deprecated   ‘gtk_rc_style_new’ is deprecated
- gtk_menu_popup’ is deprecated + gtk_image_new_from_stock’ is deprecated
-  ‘gtk_icon_source_new’ is deprecated [-Wdeprecated-declarations] +
-  ‘gtk_icon_source_free’ is deprecated [-Wdeprecated-declarations]+
   ‘gtk_icon_factory_new’ is deprecated [-Wdeprecated-declarations]   ‘gtk_icon_factory_new’ is deprecated [-Wdeprecated-declarations]
   ‘gtk_icon_factory_add_default’ is deprecated [-Wdeprecated-declarations]   ‘gtk_icon_factory_add_default’ is deprecated [-Wdeprecated-declarations]
Line 45: Line 35:
   ‘gdk_screen_get_monitor_geometry’ is deprecated   ‘gdk_screen_get_monitor_geometry’ is deprecated
   ‘gdk_screen_get_monitor_at_point’ is deprecated   ‘gdk_screen_get_monitor_at_point’ is deprecated
-  ‘gdk_display_get_screen’ is deprecated [-Wdeprecated-declarations] 
-  ‘gdk_display_get_n_screens’ is deprecated [-Wdeprecated-declarations] 
-  variable ‘context’ set but not used [-Wunused-but-set-variable] 
   ‘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_widget_get_state’ is deprecated + GtkStock’ is deprecated [-Wdeprecated-declarations]
-  ‘gtk_style_render_icon’ is deprecated+
   ‘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]
Line 58: Line 44:
   ‘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]
-  ‘gtk_icon_source_set_size_wildcarded’ is deprecated [-Wdeprecated-declarations] 
-  ‘gtk_icon_source_set_size’ is deprecated [-Wdeprecated-declarations] 
-  ‘gtk_icon_source_set_pixbuf’ is deprecated [-Wdeprecated-declarations] 
   ‘gtk_icon_source_set_icon_name’ is deprecated [-Wdeprecated-declarations]   ‘gtk_icon_source_set_icon_name’ is deprecated [-Wdeprecated-declarations]
 +  ‘gtk_icon_source_new’ is deprecated [-Wdeprecated-declarations]
 +  ‘gtk_icon_source_free’ is deprecated [-Wdeprecated-declarations]
   ‘gtk_icon_set_unref’ is deprecated [-Wdeprecated-declarations]   ‘gtk_icon_set_unref’ is deprecated [-Wdeprecated-declarations]
   ‘gtk_icon_set_new’ is deprecated [-Wdeprecated-declarations]   ‘gtk_icon_set_new’ is deprecated [-Wdeprecated-declarations]
Line 68: Line 53:
   ‘gtk_icon_factory_remove_default’ is deprecated [-Wdeprecated-declarations]   ‘gtk_icon_factory_remove_default’ is deprecated [-Wdeprecated-declarations]
   ‘gtk_icon_factory_add’ is deprecated [-Wdeprecated-declarations]   ‘gtk_icon_factory_add’ is deprecated [-Wdeprecated-declarations]
-  ‘gtk_activatable_get_type’ is deprecated [-Wdeprecated-declarations] 
-  ‘gdk_screen_get_number’ is deprecated [-Wdeprecated-declarations] 
-  ‘gdk_screen_get_n_monitors’ is deprecated 
-  ‘gdk_screen_get_monitor_plug_name’ is deprecated 
   ‘gdk_pixbuf_new_from_inline’ is deprecated [-Wdeprecated-declarations]   ‘gdk_pixbuf_new_from_inline’ is deprecated [-Wdeprecated-declarations]
- gdk_cairo_set_source_color’ is deprecated+ gdk_error_trap_push’ is deprecated 
 +  ‘gdk_error_trap_pop_ignored’ is deprecated
 </code> </code>