Portability | portable (depends on GHC) |
---|---|
Stability | alpha |
Maintainer | gtk2hs-devel@lists.sourceforge.net |
Safe Haskell | None |
- 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
.
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 Source
data FileCopyFlags Source
Flags used when copying or moving files.
data FileMonitorFlags Source
Flags used to set what a FileMonitor
will watch for.
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 |
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.
Bounded FileAttributeInfoFlags | |
Enum FileAttributeInfoFlags |
|
Eq FileAttributeInfoFlags | |
Ord FileAttributeInfoFlags | |
Read FileAttributeInfoFlags | |
Show FileAttributeInfoFlags | |
Flags FileAttributeInfoFlags |
data AskPasswordFlags Source
AskPasswordNeedPassword | |
AskPasswordNeedUsername | |
AskPasswordNeedDomain | |
AskPasswordSavingSupported | |
AskPasswordAnonymousSupported |
Bounded AskPasswordFlags | |
Enum AskPasswordFlags |
|
Eq AskPasswordFlags | |
Ord AskPasswordFlags | |
Show AskPasswordFlags | |
Typeable AskPasswordFlags | |
Flags AskPasswordFlags |
data PasswordSave Source
PasswordSave
is used to indicate the lifespan of a saved password.
data IOErrorEnum Source
Error codes returned by GIO functions.
data FileMonitorEvent Source
Specifies what type of event a monitor event is.
data MountMountFlags Source
Flags used when mounting a mount.
data MountUnmountFlags Source
Flags used when an unmounting a mount.
data DriveStartFlags Source
Flags used when starting a drive.
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
.