| 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
Flags used when querying a FileInfo.
Constructors
| FileQueryInfoNone | |
| FileQueryInfoNofollowSymlinks |
Instances
| Bounded FileQueryInfoFlags | |
| Enum FileQueryInfoFlags | Flags used when an operation may create a file. |
| Eq FileQueryInfoFlags | |
| Ord FileQueryInfoFlags | |
| Show FileQueryInfoFlags | |
| Typeable FileQueryInfoFlags | |
| Flags FileQueryInfoFlags |
data FileCreateFlags
Instances
| Bounded FileCreateFlags | |
| Enum FileCreateFlags | |
| Eq FileCreateFlags | |
| Ord FileCreateFlags | |
| Show FileCreateFlags | |
| Typeable FileCreateFlags | |
| Flags FileCreateFlags |
data FileCopyFlags
Flags used when copying or moving files.
Constructors
| FileCopyNone | |
| FileCopyOverwrite | |
| FileCopyBackup | |
| FileCopyNofollowSymlinks | |
| FileCopyAllMetadata | |
| FileCopyNoFallbackForMove | |
| FileCopyTargetDefaultPerms |
Instances
| Bounded FileCopyFlags | |
| Enum FileCopyFlags | |
| Eq FileCopyFlags | |
| Ord FileCopyFlags | |
| Show FileCopyFlags | |
| Typeable FileCopyFlags | |
| Flags FileCopyFlags |
data FileMonitorFlags
Flags used to set what a FileMonitor will watch for.
Instances
| Bounded FileMonitorFlags | |
| Enum FileMonitorFlags | Indicates a hint from the file system whether files should be previewed in a file manager. Returned
as the value of the key |
| Eq FileMonitorFlags | |
| Ord FileMonitorFlags | |
| Show FileMonitorFlags | |
| Typeable FileMonitorFlags | |
| Flags FileMonitorFlags |
Instances
| Bounded FilesystemPreviewType | |
| Enum FilesystemPreviewType | |
| Eq FilesystemPreviewType | |
| Ord FilesystemPreviewType | |
| Show FilesystemPreviewType | |
| Typeable FilesystemPreviewType |
data FileType
Indicates the file's on-disk type.
data FileAttributeStatus
Used by fileSetAttributesFromInfo when setting file attributes.
Instances
| Bounded FileAttributeStatus | |
| Enum FileAttributeStatus | |
| Eq FileAttributeStatus | |
| Ord FileAttributeStatus | |
| Show FileAttributeStatus | |
| Typeable FileAttributeStatus |
Flags specifying the behaviour of an attribute.
Instances
| Bounded FileAttributeInfoFlags | |
| Enum FileAttributeInfoFlags |
|
| Eq FileAttributeInfoFlags | |
| Ord FileAttributeInfoFlags | |
| Read FileAttributeInfoFlags | |
| Show FileAttributeInfoFlags | |
| Flags FileAttributeInfoFlags |
data AskPasswordFlags
Constructors
| AskPasswordNeedPassword | |
| AskPasswordNeedUsername | |
| AskPasswordNeedDomain | |
| AskPasswordSavingSupported | |
| AskPasswordAnonymousSupported |
Instances
| Bounded AskPasswordFlags | |
| Enum AskPasswordFlags |
|
| Eq AskPasswordFlags | |
| Ord AskPasswordFlags | |
| Show AskPasswordFlags | |
| Typeable AskPasswordFlags | |
| Flags AskPasswordFlags |
data PasswordSave
PasswordSave is used to indicate the lifespan of a saved password.
Instances
| Bounded PasswordSave | |
| Enum PasswordSave | |
| Eq PasswordSave | |
| Ord PasswordSave | |
| Show PasswordSave | |
| Typeable PasswordSave |
data MountOperationResult
Instances
| Bounded MountOperationResult | |
| Enum MountOperationResult | |
| Eq MountOperationResult | |
| Ord MountOperationResult | |
| Show MountOperationResult | |
| Typeable MountOperationResult |
data IOErrorEnum
Error codes returned by GIO functions.
Constructors
Instances
| Bounded IOErrorEnum | |
| Enum IOErrorEnum | |
| Eq IOErrorEnum | |
| Ord IOErrorEnum | |
| Show IOErrorEnum | |
| Typeable IOErrorEnum |
data FileMonitorEvent
Specifies what type of event a monitor event is.
Constructors
Instances
| Bounded FileMonitorEvent | |
| Enum FileMonitorEvent | |
| Eq FileMonitorEvent | |
| Ord FileMonitorEvent | |
| Show FileMonitorEvent | |
| Typeable FileMonitorEvent |
data MountMountFlags
Flags used when mounting a mount.
Constructors
| MountMountNone |
Instances
| Bounded MountMountFlags | |
| Enum MountMountFlags | |
| Eq MountMountFlags | |
| Ord MountMountFlags | |
| Show MountMountFlags | |
| Typeable MountMountFlags | |
| Flags MountMountFlags |
data MountUnmountFlags
Flags used when an unmounting a mount.
Constructors
| MountUnmountNone | |
| MountUnmountForce |
Instances
| Bounded MountUnmountFlags | |
| Enum MountUnmountFlags | |
| Eq MountUnmountFlags | |
| Ord MountUnmountFlags | |
| Show MountUnmountFlags | |
| Typeable MountUnmountFlags | |
| Flags MountUnmountFlags |
data DriveStartFlags
Flags used when starting a drive.
Constructors
| DriveStartNone |
Instances
| Bounded DriveStartFlags | |
| Enum DriveStartFlags | |
| Eq DriveStartFlags | |
| Ord DriveStartFlags | |
| Show DriveStartFlags | |
| Typeable DriveStartFlags | |
| Flags DriveStartFlags |
data DriveStartStopType
Enumeration describing how a drive can be started/stopped.
Constructors
| DriveStartStopTypeUnknown | |
| DriveStartStopTypeShutdown | |
| DriveStartStopTypeNetwork | |
| DriveStartStopTypeMultidisk | |
| DriveStartStopTypePassword |
Instances
| Bounded DriveStartStopType | |
| Enum DriveStartStopType | |
| Eq DriveStartStopType | |
| Ord DriveStartStopType | |
| Show DriveStartStopType | |
| Typeable DriveStartStopType |
data EmblemOrigin
EmblemOrigin is used to add information about the origin of the emblem to Emblem.
Instances
| Bounded EmblemOrigin | |
| Enum EmblemOrigin | |
| Eq EmblemOrigin | |
| Ord EmblemOrigin | |
| Show EmblemOrigin | |
| Typeable EmblemOrigin |
data AppInfoCreateFlags
Flags used when creating a AppInfo.
Constructors
| AppInfoCreateNone | |
| AppInfoCreateNeedsTerminal | |
| AppInfoCreateSupportsUris | |
| AppInfoCreateSupportsStartupNotification |
Instances
| Bounded AppInfoCreateFlags | |
| Enum AppInfoCreateFlags | |
| Eq AppInfoCreateFlags | |
| Ord AppInfoCreateFlags | |
| Show AppInfoCreateFlags | |
| Typeable AppInfoCreateFlags | |
| Flags AppInfoCreateFlags |