| Portability | portable (depends on GHC) |
|---|---|
| Stability | alpha |
| Maintainer | gtk2hs-devel@lists.sourceforge.net |
System.GIO.Enums
Contents
Description
- data FileQueryInfoFlags
- data FileCreateFlags
- data FileCopyFlags
- data FileMonitorFlags
- data FilesystemPreviewType
- data FileType
- data FileAttributeStatus
- data FileAttributeInfoFlags
- data AskPasswordFlags
- data PasswordSave
- data MountOperationResult
- data IOErrorEnum
- = IoErrorFailed
- | IoErrorNotFound
- | IoErrorExists
- | IoErrorIsDirectory
- | IoErrorNotDirectory
- | IoErrorNotEmpty
- | IoErrorNotRegularFile
- | IoErrorNotSymbolicLink
- | IoErrorNotMountableFile
- | IoErrorFilenameTooLong
- | IoErrorInvalidFilename
- | IoErrorTooManyLinks
- | IoErrorNoSpace
- | IoErrorInvalidArgument
- | IoErrorPermissionDenied
- | IoErrorNotSupported
- | IoErrorNotMounted
- | IoErrorAlreadyMounted
- | IoErrorClosed
- | IoErrorCancelled
- | IoErrorPending
- | IoErrorReadOnly
- | IoErrorCantCreateBackup
- | IoErrorWrongEtag
- | IoErrorTimedOut
- | IoErrorWouldRecurse
- | IoErrorBusy
- | IoErrorWouldBlock
- | IoErrorHostNotFound
- | IoErrorWouldMerge
- | IoErrorFailedHandled
- | IoErrorTooManyOpenFiles
- | IoErrorNotInitialized
- | IoErrorAddressInUse
- | IoErrorPartialInput
- | IoErrorInvalidData
- | IoErrorDbusError
- | IoErrorHostUnreachable
- | IoErrorNetworkUnreachable
- | IoErrorConnectionRefused
- | IoErrorProxyFailed
- | IoErrorProxyAuthFailed
- | IoErrorProxyNeedAuth
- | IoErrorProxyNotAllowed
- data FileMonitorEvent
- data MountMountFlags = MountMountNone
- data MountUnmountFlags
- data DriveStartFlags = DriveStartNone
- data DriveStartStopType
- data EmblemOrigin
- data AppInfoCreateFlags
Enums
data FileQueryInfoFlags Source
Flags used when querying a FileInfo.
Constructors
| FileQueryInfoNone | |
| FileQueryInfoNofollowSymlinks |
data FileCreateFlags Source
data FileCopyFlags Source
Flags used when copying or moving files.
data FileMonitorFlags Source
Flags used to set what a FileMonitor will watch for.
Indicates the file's on-disk type.
data FileAttributeStatus Source
Used by fileSetAttributesFromInfo when setting file attributes.
data FileAttributeInfoFlags Source
Flags specifying the behaviour of an attribute.
data AskPasswordFlags Source
data PasswordSave Source
PasswordSave is used to indicate the lifespan of a saved password.
data IOErrorEnum Source
Error codes returned by GIO functions.
Constructors
data FileMonitorEvent Source
Specifies what type of event a monitor event is.
data MountUnmountFlags Source
Flags used when an unmounting a mount.
Constructors
| MountUnmountNone | |
| MountUnmountForce |
data DriveStartStopType Source
Enumeration describing how a drive can be started/stopped.
data EmblemOrigin Source
EmblemOrigin is used to add information about the origin of the emblem to Emblem.
data AppInfoCreateFlags Source
Flags used when creating a AppInfo.