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
Last revisionBoth sides next revision
dev:xfdesktop:port-to-gio [2010/10/17 11:49] 217.229.117.83dev:xfdesktop:port-to-gio [2010/10/17 13:01] 217.229.117.83
Line 339: Line 339:
  
 Remove fallback code. Remove fallback code.
- 
 ==== xfdesktop-regular-file-icon.{c,h} ==== ==== xfdesktop-regular-file-icon.{c,h} ====
  
Line 357: Line 356:
 === xfdesktop_delete_regular_file_finished() === === xfdesktop_delete_regular_file_finished() ===
  
-TODO+Remove.
  
 === xfdesktop_regular_file_icon_finalize() === === xfdesktop_regular_file_icon_finalize() ===
Line 397: Line 396:
 === xfdesktop_regular_file_icon_do_drop_dest() === === xfdesktop_regular_file_icon_do_drop_dest() ===
  
-TODO+Rewrite the code based on ''GFileInfo'' and ''GFile''. Use the Thunar D-Bus API 
 +to launch executable files. Use a NULL check with ''g_file_get_parent()'' to 
 +replace the call to ''thunar_vfs_path_is_root()''. Instead of ''thunar_vfs_move_file()'', 
 +''thunar_vfs_copy_file()'' etc. use the Thunar D-Bus API. 
 + 
 +Instead of implement the Thunar D-Bus client manually we could rely on code 
 +generation.
  
 === xfdesktop_regular_file_icon_peek_tooltip() === === xfdesktop_regular_file_icon_peek_tooltip() ===