| Maintainer | gtk2hs-devel@lists.sourceforge.net |
|---|---|
| Stability | alpha |
| Portability | portable (depends on GHC) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell98 |
System.GIO.Enums
Contents
Description
Synopsis
- 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 Source #
Flags used when querying a FileInfo.
Constructors
| FileQueryInfoNone | |
| FileQueryInfoNofollowSymlinks |
Instances
data FileCreateFlags Source #
Instances
data FileCopyFlags Source #
Flags used when copying or moving files.
Constructors
| FileCopyNone | |
| FileCopyOverwrite | |
| FileCopyBackup | |
| FileCopyNofollowSymlinks | |
| FileCopyAllMetadata | |
| FileCopyNoFallbackForMove | |
| FileCopyTargetDefaultPerms |
Instances
data FileMonitorFlags Source #
Flags used to set what a FileMonitor will watch for.
Constructors
| FileMonitorNone | |
| FileMonitorWatchMounts | |
| FileMonitorSendMoved | |
| FileMonitorWatchHardLinks | |
| FileMonitorWatchMoves |
Instances
data FilesystemPreviewType Source #
Instances
Indicates the file's on-disk type.
Constructors
| FileTypeUnknown | |
| FileTypeRegular | |
| FileTypeDirectory | |
| FileTypeSymbolicLink | |
| FileTypeSpecial | |
| FileTypeShortcut | |
| FileTypeMountable |
Instances
| Bounded FileType Source # | |
| Enum FileType Source # | |
| Show FileType Source # | |
| Eq FileType Source # | |
| Ord FileType Source # | |
Defined in System.GIO.Enums | |
data FileAttributeStatus Source #
Used by fileSetAttributesFromInfo when setting file attributes.
Instances
data FileAttributeInfoFlags Source #
Flags specifying the behaviour of an attribute.
Instances
data AskPasswordFlags Source #
Constructors
| AskPasswordNeedPassword | |
| AskPasswordNeedUsername | |
| AskPasswordNeedDomain | |
| AskPasswordSavingSupported | |
| AskPasswordAnonymousSupported | |
| AskPasswordTcrypt |
Instances
data PasswordSave Source #
PasswordSave is used to indicate the lifespan of a saved password.
Instances
data MountOperationResult Source #
Instances
data IOErrorEnum Source #
Error codes returned by GIO functions.
Constructors
Instances
data FileMonitorEvent Source #
Specifies what type of event a monitor event is.
Constructors
Instances
data MountMountFlags Source #
Flags used when mounting a mount.
Constructors
| MountMountNone |
Instances
data MountUnmountFlags Source #
Flags used when an unmounting a mount.
Constructors
| MountUnmountNone | |
| MountUnmountForce |
Instances
data DriveStartFlags Source #
Flags used when starting a drive.
Constructors
| DriveStartNone |
Instances
data DriveStartStopType Source #
Enumeration describing how a drive can be started/stopped.
Constructors
| DriveStartStopTypeUnknown | |
| DriveStartStopTypeShutdown | |
| DriveStartStopTypeNetwork | |
| DriveStartStopTypeMultidisk | |
| DriveStartStopTypePassword |
Instances
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.
Constructors
| AppInfoCreateNone | |
| AppInfoCreateNeedsTerminal | |
| AppInfoCreateSupportsUris | |
| AppInfoCreateSupportsStartupNotification |