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
dev:xfdesktop:port-to-gio-progress [2010/10/21 21:52] 217.229.125.71dev:xfdesktop:port-to-gio-progress [2010/10/22 13:39] 217.229.126.137
Line 188: Line 188:
 TODO: Replace the ''ThunarVfsInfo'' parameter with ''GFileInfo''. Maybe we also need TODO: Replace the ''ThunarVfsInfo'' parameter with ''GFileInfo''. Maybe we also need
 to add a ''GFile'' parameter because ''GFileInfo'' contains no path information. to add a ''GFile'' parameter because ''GFileInfo'' contains no path information.
- 
-=== xfdesktop_delete_regular_file_finished() === 
- 
-Remove. 
  
 === xfdesktop_regular_file_icon_finalize() === === xfdesktop_regular_file_icon_finalize() ===
Line 250: Line 246:
  
 Here we can simply rewrite the code to use ''GFile'' and ''GFileInfo''. Here we can simply rewrite the code to use ''GFile'' and ''GFileInfo''.
- 
-=== xfdesktop_delete_file_error() === 
- 
-Remove. 
- 
-=== xfdesktop_delete_file_finished() === 
- 
-Remove. 
- 
-=== xfdesktop_regular_file_icon_delete_file() === 
- 
-Instead of ''thunar_vfs_unlink_file()'', use the Thunar D-Bus API here. Fire 
-and forget. 
- 
-=== xfdesktop_regular_file_icon_rename_file() === 
- 
-See previous function. 
  
 === xfdesktop_regular_file_icon_peek_info() === === xfdesktop_regular_file_icon_peek_info() ===