gnomevfs Constants — the built-in constants of the gnomevfs module
gnomevfs Directory Visit Options gnomevfs File Flags gnomevfs FileInfo Fields gnomevfs File Permissions gnomevfs FileInfo Options gnomevfs FileInfo Set Mask gnomevfs Open Mode Constants gnomevfs Seek Constants gnomevfs Monitor Type Constants
These options control the way in which directories are visited.
| The default directory visit mode. |
| Visit only directories on the same file system as the parent. |
| Prevent a loop if it would be caused (e.g. by following a symbolic link). |
Special flags that a gnomevfs.FileInfo object can have.
| No flags. |
| Whether the file is a symbolic link. |
| Whether the file is on a local filesystem. |
Flags indicating what fields in a gnomevfs.FileInfo object are valid.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
File permissions. These are essentially the same as the unix permissions field.
| Set UID on access. |
| Set GID on access. |
| Sticky. |
| Owner has read permission. |
| Owner has write permission. |
| Owner has execution permission. |
| Owner has all permissions. |
| Group has read permission. |
| Group has write permission. |
| Group has execution permission. |
| Group has all permissions. |
| Others have read permission. |
| Others have write permission. |
| Others have execution permission. |
| Others have all permissions. |
These options affect the way file information is retrieved.
| |
| Detect the MIME type. |
| Only use fast MIME type detection (file extensions). |
| Force slow MIME type detection where available (sniffing, algorithmic detection, etc). |
| Automatically follow symbolic links and retrieve the properties of their target (recommended). |
These options affect which file aspects are changed in the
| Don't set any file info fields. |
| Change the name. |
| Change the permissions. |
| Change the file's owner. |
| Change the file's time stamp(s). |
These options affect how files are opened.
| |
| Open the file for reading. |
| Open the file for writing. |
| Allow random access on the file. |
| Truncate the file. |
These constants are used to specify the start position for seek operations.
| The start of the file. |
| The current position in the file. |
| The end of the file. |
The type of resources that can be monitored.
| Monitor a file. |
| Monitor a directory. |
Types of events that can be recieved from a monitor.
| File data was changed. |
| File was deleted. |
| |
| |
| File was created. |
| File's metadata was changed. |