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 [2018/06/03 01:41] – typo andreldmreleng:4.14:roadmap:thunar:deprecations [2018/06/06 04:30] – Update andreldm
Line 1: Line 1:
 ====== Thunar GTK3 deprecations ====== ====== Thunar GTK3 deprecations ======
  
-Deprecations and warnings found in [[https://git.xfce.org/xfce/thunar/commit/?id=a80821b200d1ebe5457ab75d6572f4e86f0294bb|a80821b]]+Deprecations and warnings found in [[https://git.xfce.org/xfce/thunar/commit/?id=baf99226502dda739c97c791b788cf9c62ef2f82|baf9922]]
  
 Deprecated functions related to the items below will not be handled in this cycle: Deprecated functions related to the items below will not be handled in this cycle:
Line 16: Line 16:
   * ''gtk_ui_manager_*''   * ''gtk_ui_manager_*''
     * GtkBuilder is not a straightforward replacement     * GtkBuilder is not a straightforward replacement
 +  * [[https://git.xfce.org/xfce/thunar/commit/?id=e8ccd6fae59d4b93177786252aa65b8ad4efbe93|GTK_STOCK_DISCONNECT]]
 +  * [[https://git.xfce.org/xfce/thunar/commit/?id=baf99226502dda739c97c791b788cf9c62ef2f82|gtk_menu_item_set_right_justified]]
  
 <code> <code>
Line 24: Line 26:
  
 grep "warning:" build.log | cut -d: -f5 | sort | uniq -c | sort -n -r grep "warning:" build.log | cut -d: -f5 | sort | uniq -c | sort -n -r
- ‘gtk_widget_get_style’ is deprecated + ‘gtk_widget_get_style’ is deprecated
-1  ‘GtkStock’ is deprecated +
-1  ‘gtk_paint_shadow’ is deprecated +
-1  ‘gtk_menu_item_set_right_justified’ is deprecated +
-1  ‘gtk_image_new_from_stock’ is deprecated+
 </code> </code>