diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 15:02:06 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 15:02:06 +0000 |
commit | 9837fd1051c27af4f66ddf51674eea099d73d7ff (patch) | |
tree | a05756157185ece008f952d6b4cbe6a8efb257df /TODO | |
parent | ffe2ab8c5046e30a73425d8b4075c0f68c492b0a (diff) | |
download | gvfs-9837fd1051c27af4f66ddf51674eea099d73d7ff.tar.gz |
Update TODO
Original git commit by Alexander Larsson <alexl@redhat.com> at 1188469068 +0200
svn path=/trunk/; revision=854
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 34 |
1 files changed, 21 insertions, 13 deletions
@@ -2,19 +2,25 @@ gio: === Work on GFile: -* More async operations - -Implement the rest of the mountable GFile ops - -Test g_file_replace_contents_async - -Add filter streams: data, charset conversion, etc - -is-slow marking for e.g. thumbnailing? - -getting selinux attrs is a bit slow, it does all sort of weird ops. - -GFileCopyFlags could have a FAIL_ON_ATTRIBUTE_COPY? +* More async operations: + get_filesystem_info + set_display_name + set_attribute + set_attributes_from_info + delete_file + trash + make_directory + make_symbolic_link + copy + move + +Implement the rest of the mountable GDaemonFile ops: + unmount_mountable + eject_mountable + +Add more filter streams: data reading, conversion (with general converter interface) + +is-slow marking for e.g. thumbnailing? How would you know this though? HAL implementation of VolumeMonitor @@ -22,6 +28,8 @@ Move GAppInfo to Gtk+ Implement UNMOUNTED and PRE_UNMOUNT for file monitors +Implement CHANGES_DONE_HINT for inotify + Add sort-priority file attribute so that e.g. volumes can be sorted not just by name Finalise the mimetype decision. Add fast version? See dfaure discussion on xdg list. |