Maintainer | gtk2hs-devel@lists.sourceforge.net |
---|---|
Stability | alpha |
Portability | portable (depends on GHC) |
Safe Haskell | None |
Language | Haskell98 |
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
- | IoErrorBrokenPipe
- | IoErrorConnectionClosed
- | IoErrorNotConnected
- | IoErrorMessageTooLarge
- 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 # | |
Flags FileQueryInfoFlags # | |
data FileCreateFlags #
data FileCopyFlags #
Flags used when copying or moving files.
Constructors
FileCopyNone | |
FileCopyOverwrite | |
FileCopyBackup | |
FileCopyNofollowSymlinks | |
FileCopyAllMetadata | |
FileCopyNoFallbackForMove | |
FileCopyTargetDefaultPerms |
Instances
Bounded FileCopyFlags # | |
Enum FileCopyFlags # | Indicates a hint from the file system whether files should be previewed in a file manager. Returned
as the value of the key |
Eq FileCopyFlags # | |
Ord FileCopyFlags # | |
Show FileCopyFlags # | |
Flags FileCopyFlags # | |
data FileMonitorFlags #
Flags used to set what a FileMonitor
will watch for.
data FilesystemPreviewType #
Indicates the file's on-disk type.
data FileAttributeStatus #
Used by fileSetAttributesFromInfo
when setting file attributes.
data FileAttributeInfoFlags #
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 # | |
Flags AskPasswordFlags # | |
data MountOperationResult #
data IOErrorEnum #
Error codes returned by GIO functions.
Constructors
Instances
data FileMonitorEvent #
Specifies what type of event a monitor event is.
data MountUnmountFlags #
Flags used when an unmounting a mount.
Constructors
MountUnmountNone | |
MountUnmountForce |
data DriveStartStopType #
Enumeration describing how a drive can be started/stopped.
data EmblemOrigin #
EmblemOrigin
is used to add information about the origin of the emblem to Emblem
.
Instances
data AppInfoCreateFlags #
Flags used when creating a AppInfo
.