gio-0.13.3.0: Binding to GIO

Maintainergtk2hs-devel@lists.sourceforge.net
Stabilityalpha
Portabilityportable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

System.GIO.Enums

Contents

Description

 

Synopsis

Enums

data FileQueryInfoFlags Source #

Flags used when querying a FileInfo.

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 FileCopyFlags Source #

Flags used when copying or moving files.

data FileMonitorFlags Source #

Flags used to set what a FileMonitor will watch for.

data FilesystemPreviewType Source #

Instances

Bounded FilesystemPreviewType Source # 
Enum FilesystemPreviewType Source # 
Eq FilesystemPreviewType Source # 
Ord FilesystemPreviewType Source # 
Show FilesystemPreviewType Source # 

data FileAttributeStatus Source #

Used by fileSetAttributesFromInfo when setting file attributes.

Instances

Bounded FileAttributeStatus Source # 
Enum FileAttributeStatus Source # 
Eq FileAttributeStatus Source # 
Ord FileAttributeStatus Source # 
Show FileAttributeStatus Source # 

data FileAttributeInfoFlags Source #

Flags specifying the behaviour of an attribute.

Instances

Bounded FileAttributeInfoFlags Source # 
Enum FileAttributeInfoFlags Source #

AskPasswordFlags are used to request specific information from the user, or to notify the user of their choices in an authentication situation.

Eq FileAttributeInfoFlags Source # 
Ord FileAttributeInfoFlags Source # 
Read FileAttributeInfoFlags Source # 
Show FileAttributeInfoFlags Source # 
Flags FileAttributeInfoFlags Source # 

data AskPasswordFlags Source #

Instances

Bounded AskPasswordFlags Source # 
Enum AskPasswordFlags Source #

MountOperationResult is returned as a result when a request for information is send by the mounting operation.

Eq AskPasswordFlags Source # 
Ord AskPasswordFlags Source # 
Show AskPasswordFlags Source # 
Flags AskPasswordFlags Source # 

data MountOperationResult Source #

Instances

Bounded MountOperationResult Source # 
Enum MountOperationResult Source # 
Eq MountOperationResult Source # 
Ord MountOperationResult Source # 
Show MountOperationResult Source # 

data IOErrorEnum Source #

Error codes returned by GIO functions.

data FileMonitorEvent Source #

Specifies what type of event a monitor event is.

data MountUnmountFlags Source #

Flags used when an unmounting a mount.

data DriveStartStopType Source #

Enumeration describing how a drive can be started/stopped.

data AppInfoCreateFlags Source #

Flags used when creating a AppInfo.

Instances