gio-0.13.1.1: Binding to GIO

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

System.GIO.Enums

Contents

Description

 

Synopsis

Enums

data FileCopyFlags Source

Flags used when copying or moving files.

Instances

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

Eq FileCopyFlags Source 
Ord FileCopyFlags Source 
Show FileCopyFlags Source 
Flags FileCopyFlags Source 

data FileAttributeInfoFlags Source

Flags specifying the behaviour of an attribute.

Instances