gio-0.12.0: Binding to the GIO.

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

System.GIO.Enums

Contents

Description

 

Synopsis

Enums

data FileQueryInfoFlags

Flags used when querying a FileInfo.

Instances

Bounded FileQueryInfoFlags 
Enum FileQueryInfoFlags

Flags used when an operation may create a file.

Eq FileQueryInfoFlags 
Ord FileQueryInfoFlags 
Show FileQueryInfoFlags 
Typeable FileQueryInfoFlags 
Flags FileQueryInfoFlags 

data FileMonitorFlags

Flags used to set what a FileMonitor will watch for.

Instances

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 FileAttributeFilesystemUsePreview.

Eq FileMonitorFlags 
Ord FileMonitorFlags 
Show FileMonitorFlags 
Typeable FileMonitorFlags 
Flags FileMonitorFlags 

data FileType

Indicates the file's on-disk type.

Instances

Bounded FileType 
Enum FileType 
Eq FileType 
Ord FileType 
Show FileType 
Typeable FileType 

data FileAttributeStatus

Used by fileSetAttributesFromInfo when setting file attributes.

data FileAttributeInfoFlags

Flags specifying the behaviour of an attribute.

Instances

Bounded FileAttributeInfoFlags 
Enum FileAttributeInfoFlags

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

Eq FileAttributeInfoFlags 
Ord FileAttributeInfoFlags 
Read FileAttributeInfoFlags 
Show FileAttributeInfoFlags 
Flags FileAttributeInfoFlags 

data AskPasswordFlags

Instances

Bounded AskPasswordFlags 
Enum AskPasswordFlags

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

Eq AskPasswordFlags 
Ord AskPasswordFlags 
Show AskPasswordFlags 
Typeable AskPasswordFlags 
Flags AskPasswordFlags 

data PasswordSave

PasswordSave is used to indicate the lifespan of a saved password.

Instances

data MountMountFlags

Flags used when mounting a mount.

Constructors

MountMountNone 

data MountUnmountFlags

Flags used when an unmounting a mount.

data DriveStartFlags

Flags used when starting a drive.

Constructors

DriveStartNone 

data EmblemOrigin

EmblemOrigin is used to add information about the origin of the emblem to Emblem.

Instances