Maintainer | gtk2hs-devel@lists.sourceforge.net |
---|---|
Stability | alpha |
Portability | portable (depends on GHC) |
Safe Haskell | None |
Language | Haskell98 |
- 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
.
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.
FileCopyNone | |
FileCopyOverwrite | |
FileCopyBackup | |
FileCopyNofollowSymlinks | |
FileCopyAllMetadata | |
FileCopyNoFallbackForMove | |
FileCopyTargetDefaultPerms |
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.
Bounded FileAttributeInfoFlags Source # | |
Enum FileAttributeInfoFlags Source # |
|
Eq FileAttributeInfoFlags Source # | |
Ord FileAttributeInfoFlags Source # | |
Read FileAttributeInfoFlags Source # | |
Show FileAttributeInfoFlags Source # | |
Flags FileAttributeInfoFlags Source # | |
data AskPasswordFlags Source #
AskPasswordNeedPassword | |
AskPasswordNeedUsername | |
AskPasswordNeedDomain | |
AskPasswordSavingSupported | |
AskPasswordAnonymousSupported |
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.
data MountOperationResult Source #
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
.