gi-gio-0.2.44.12: Gio bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gio.Objects.FileInfo

Contents

Description

 

Synopsis

Exported types

Methods

fileInfoClearStatus

fileInfoCopyInto

fileInfoCopyInto :: (MonadIO m, FileInfoK a, FileInfoK b) => a -> b -> m () Source

fileInfoDup

fileInfoGetAttributeAsString

fileInfoGetAttributeBoolean

fileInfoGetAttributeByteString

fileInfoGetAttributeData

fileInfoGetAttributeInt32

fileInfoGetAttributeInt64

fileInfoGetAttributeObject

fileInfoGetAttributeStatus

fileInfoGetAttributeString

fileInfoGetAttributeStringv

fileInfoGetAttributeType

fileInfoGetAttributeUint32

fileInfoGetAttributeUint64

fileInfoGetContentType

fileInfoGetDeletionDate

fileInfoGetDisplayName

fileInfoGetEditName

fileInfoGetEtag

fileInfoGetFileType

fileInfoGetIcon

fileInfoGetIsBackup

fileInfoGetIsHidden

fileInfoGetIsSymlink

fileInfoGetModificationTime

fileInfoGetName

fileInfoGetSize

fileInfoGetSortOrder

fileInfoGetSymbolicIcon

fileInfoGetSymlinkTarget

fileInfoHasAttribute

fileInfoHasNamespace

fileInfoListAttributes

fileInfoNew

fileInfoRemoveAttribute

fileInfoSetAttribute

fileInfoSetAttributeBoolean

fileInfoSetAttributeByteString

fileInfoSetAttributeInt32

fileInfoSetAttributeInt64

fileInfoSetAttributeMask

fileInfoSetAttributeObject

fileInfoSetAttributeStatus

fileInfoSetAttributeString

fileInfoSetAttributeStringv

fileInfoSetAttributeUint32

fileInfoSetAttributeUint64

fileInfoSetContentType

fileInfoSetDisplayName

fileInfoSetEditName

fileInfoSetEditName :: (MonadIO m, FileInfoK a) => a -> Text -> m () Source

fileInfoSetFileType

fileInfoSetIcon

fileInfoSetIcon :: (MonadIO m, FileInfoK a, IconK b) => a -> b -> m () Source

fileInfoSetIsHidden

fileInfoSetIsHidden :: (MonadIO m, FileInfoK a) => a -> Bool -> m () Source

fileInfoSetIsSymlink

fileInfoSetModificationTime

fileInfoSetName

fileInfoSetName :: (MonadIO m, FileInfoK a) => a -> Text -> m () Source

fileInfoSetSize

fileInfoSetSize :: (MonadIO m, FileInfoK a) => a -> Int64 -> m () Source

fileInfoSetSortOrder

fileInfoSetSymbolicIcon

fileInfoSetSymbolicIcon :: (MonadIO m, FileInfoK a, IconK b) => a -> b -> m () Source

fileInfoSetSymlinkTarget

fileInfoUnsetAttributeMask