From: Duncan C. <dun...@wo...> - 2007-10-26 14:24:40
|
Mon Oct 8 19:32:50 PDT 2007 Peter Gavin <pg...@gm...> * gnomevfs: some documentation cleanups hunk ./gnomevfs/System/Gnome/VFS/Drive.chs 125 --- | If drive has associated 'Volume' objects, all of them will --- be unmounted by calling 'volumeUnmount' for each volume in --- 'driveGetMountedVolumes', except for the last one, for which --- 'volumeEject' is called to ensure that the drive's media is --- ejected. +-- | If drive has associated 'Volume' objects, all of them will be +-- unmounted by calling 'System.Gnome.VFS.Volume.volumeUnmount' for +-- each volume in 'driveGetMountedVolumes', except for the last one, +-- for which 'System.Gnome.VFS.Volume.volumeEject' is called to +-- ensure that the drive's media is ejected. hunk ./gnomevfs/System/Gnome/VFS/Drive.chs 151 --- check the validity of the location by calling 'uriFromString' --- with the URI, and checking whether the return value is not --- 'Nothing'. +-- check the validity of the location by calling +-- 'System.Gnome.VFS.URI.uriFromString' with the URI, and checking +-- whether the return value is not 'Nothing'. hunk ./gnomevfs/System/Gnome/VFS/MIME.chs 83 --- MIME-type as 'getFileInfo'. +-- MIME-type as 'System.Gnome.VFS.Ops.getFileInfo'. hunk ./gnomevfs/System/Gnome/VFS/Types.chs 101 - VolumeType, - DeviceType, + VolumeType(..), + DeviceType(..), hunk ./gnomevfs/System/Gnome/VFS/Util.chs 264 --- On Windows 'localFullPath' should be in the UTF-8 encoding, and +-- On Windows @localFullPath@ should be in the UTF-8 encoding, and hunk ./gnomevfs/System/Gnome/VFS/Volume.chs 149 --- check the validity of the location by calling 'uriFromString' --- with the URI, and checking whether the return value is not --- 'Nothing'. +-- check the validity of the location by calling +-- 'System.Gnome.VFS.URI.uriFromString' with the URI, and checking +-- whether the return value is not 'Nothing'. |