| 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
- 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 |
Instances
| Bounded FileQueryInfoFlags Source # | |
| Enum FileQueryInfoFlags Source # | Flags used when an operation may create a file. |
| Eq FileQueryInfoFlags Source # | |
| Ord FileQueryInfoFlags Source # | |
| Show FileQueryInfoFlags Source # | |
| Flags FileQueryInfoFlags Source # | |
data FileCreateFlags Source #
data FileCopyFlags Source #
Flags used when copying or moving files.
Constructors
| FileCopyNone | |
| FileCopyOverwrite | |
| FileCopyBackup | |
| FileCopyNofollowSymlinks | |
| FileCopyAllMetadata | |
| FileCopyNoFallbackForMove | |
| FileCopyTargetDefaultPerms |
Instances
| Bounded FileCopyFlags Source # | |
| Enum FileCopyFlags Source # | 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 Source # | |
| Ord FileCopyFlags Source # | |
| Show FileCopyFlags Source # | |
| Flags FileCopyFlags Source # | |
data FileMonitorFlags Source #
Flags used to set what a FileMonitor will watch for.
data FilesystemPreviewType Source #
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.
Instances
| Bounded FileAttributeInfoFlags Source # | |
| Enum FileAttributeInfoFlags Source # |
|
| Eq FileAttributeInfoFlags Source # | |
| Ord FileAttributeInfoFlags Source # | |
| Read FileAttributeInfoFlags Source # | |
| Show FileAttributeInfoFlags Source # | |
| Flags FileAttributeInfoFlags Source # | |
data AskPasswordFlags Source #
Constructors
| AskPasswordNeedPassword | |
| AskPasswordNeedUsername | |
| AskPasswordNeedDomain | |
| AskPasswordSavingSupported | |
| AskPasswordAnonymousSupported |
Instances
| Bounded AskPasswordFlags Source # | |
| Enum AskPasswordFlags Source # |
|
| Eq AskPasswordFlags Source # | |
| Ord AskPasswordFlags Source # | |
| Show AskPasswordFlags Source # | |
| Flags AskPasswordFlags Source # | |
data PasswordSave Source #
PasswordSave is used to indicate the lifespan of a saved password.
Instances
data MountOperationResult Source #
data IOErrorEnum Source #
Error codes returned by GIO functions.
Constructors
Instances
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.
Instances
data AppInfoCreateFlags Source #
Flags used when creating a AppInfo.