gi-glib-2.0.7: GLib 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.GLib.Structs.KeyFile

Contents

Description

The GKeyFile struct contains only private data and should not be accessed directly.

Synopsis

Exported types

newtype KeyFile Source #

Constructors

KeyFile (ManagedPtr KeyFile) 

Instances

BoxedObject KeyFile Source # 

Methods

boxedType :: KeyFile -> IO GType

((~) * info (ResolveKeyFileMethod t KeyFile), MethodInfo * info KeyFile p) => IsLabel t (KeyFile -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> KeyFile -> p #

((~) * info (ResolveKeyFileMethod t KeyFile), MethodInfo * info KeyFile p) => IsLabelProxy t (KeyFile -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> KeyFile -> p

HasAttributeList * KeyFile Source # 
((~) * signature (m ()), MonadIO m) => MethodInfo * KeyFileUnrefMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileUnrefMethodInfo KeyFile -> signature -> s

((~) * signature (m (Text, Word64)), MonadIO m) => MethodInfo * KeyFileToDataMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileToDataMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> Text -> m ()), MonadIO m) => MethodInfo * KeyFileSetValueMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetValueMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> Word64 -> m ()), MonadIO m) => MethodInfo * KeyFileSetUint64MethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetUint64MethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> [Text] -> Word64 -> m ()), MonadIO m) => MethodInfo * KeyFileSetStringListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetStringListMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> Text -> m ()), MonadIO m) => MethodInfo * KeyFileSetStringMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetStringMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> Text -> [Text] -> Word64 -> m ()), MonadIO m) => MethodInfo * KeyFileSetLocaleStringListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetLocaleStringListMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> Text -> Text -> m ()), MonadIO m) => MethodInfo * KeyFileSetLocaleStringMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetLocaleStringMethodInfo KeyFile -> signature -> s

((~) * signature (Int8 -> m ()), MonadIO m) => MethodInfo * KeyFileSetListSeparatorMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetListSeparatorMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> [Int32] -> m ()), MonadIO m) => MethodInfo * KeyFileSetIntegerListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetIntegerListMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> Int32 -> m ()), MonadIO m) => MethodInfo * KeyFileSetIntegerMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetIntegerMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> Int64 -> m ()), MonadIO m) => MethodInfo * KeyFileSetInt64MethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetInt64MethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> [Double] -> m ()), MonadIO m) => MethodInfo * KeyFileSetDoubleListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetDoubleListMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> Double -> m ()), MonadIO m) => MethodInfo * KeyFileSetDoubleMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetDoubleMethodInfo KeyFile -> signature -> s

((~) * signature (Maybe Text -> Maybe Text -> Text -> m ()), MonadIO m) => MethodInfo * KeyFileSetCommentMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetCommentMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> [Bool] -> m ()), MonadIO m) => MethodInfo * KeyFileSetBooleanListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetBooleanListMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> Bool -> m ()), MonadIO m) => MethodInfo * KeyFileSetBooleanMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetBooleanMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> m ()), MonadIO m) => MethodInfo * KeyFileSaveToFileMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSaveToFileMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> m ()), MonadIO m) => MethodInfo * KeyFileRemoveKeyMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileRemoveKeyMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> m ()), MonadIO m) => MethodInfo * KeyFileRemoveGroupMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileRemoveGroupMethodInfo KeyFile -> signature -> s

((~) * signature (Maybe Text -> Maybe Text -> m ()), MonadIO m) => MethodInfo * KeyFileRemoveCommentMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileRemoveCommentMethodInfo KeyFile -> signature -> s

((~) * signature ([Char] -> [KeyFileFlags] -> m ()), MonadIO m) => MethodInfo * KeyFileLoadFromFileMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileLoadFromFileMethodInfo KeyFile -> signature -> s

((~) * signature ([Char] -> [[Char]] -> [KeyFileFlags] -> m [Char]), MonadIO m) => MethodInfo * KeyFileLoadFromDirsMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileLoadFromDirsMethodInfo KeyFile -> signature -> s

((~) * signature ([Char] -> [KeyFileFlags] -> m [Char]), MonadIO m) => MethodInfo * KeyFileLoadFromDataDirsMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileLoadFromDataDirsMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Word64 -> [KeyFileFlags] -> m ()), MonadIO m) => MethodInfo * KeyFileLoadFromDataMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileLoadFromDataMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> m Bool), MonadIO m) => MethodInfo * KeyFileHasGroupMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileHasGroupMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> m Text), MonadIO m) => MethodInfo * KeyFileGetValueMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetValueMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> m Word64), MonadIO m) => MethodInfo * KeyFileGetUint64MethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetUint64MethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> m ([Text], Word64)), MonadIO m) => MethodInfo * KeyFileGetStringListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetStringListMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> m Text), MonadIO m) => MethodInfo * KeyFileGetStringMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetStringMethodInfo KeyFile -> signature -> s

((~) * signature (m Text), MonadIO m) => MethodInfo * KeyFileGetStartGroupMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetStartGroupMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> Maybe Text -> m ([Text], Word64)), MonadIO m) => MethodInfo * KeyFileGetLocaleStringListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetLocaleStringListMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> Maybe Text -> m Text), MonadIO m) => MethodInfo * KeyFileGetLocaleStringMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetLocaleStringMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> m ([Text], Word64)), MonadIO m) => MethodInfo * KeyFileGetKeysMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetKeysMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> m [Int32]), MonadIO m) => MethodInfo * KeyFileGetIntegerListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetIntegerListMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> m Int32), MonadIO m) => MethodInfo * KeyFileGetIntegerMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetIntegerMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> m Int64), MonadIO m) => MethodInfo * KeyFileGetInt64MethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetInt64MethodInfo KeyFile -> signature -> s

((~) * signature (m ([Text], Word64)), MonadIO m) => MethodInfo * KeyFileGetGroupsMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetGroupsMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> m [Double]), MonadIO m) => MethodInfo * KeyFileGetDoubleListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetDoubleListMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> m Double), MonadIO m) => MethodInfo * KeyFileGetDoubleMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetDoubleMethodInfo KeyFile -> signature -> s

((~) * signature (Maybe Text -> Text -> m Text), MonadIO m) => MethodInfo * KeyFileGetCommentMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetCommentMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> m [Bool]), MonadIO m) => MethodInfo * KeyFileGetBooleanListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetBooleanListMethodInfo KeyFile -> signature -> s

((~) * signature (Text -> Text -> m ()), MonadIO m) => MethodInfo * KeyFileGetBooleanMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetBooleanMethodInfo KeyFile -> signature -> s

type AttributeList KeyFile Source # 
type AttributeList KeyFile

Methods

errorQuark

getBoolean

data KeyFileGetBooleanMethodInfo Source #

Instances

((~) * signature (Text -> Text -> m ()), MonadIO m) => MethodInfo * KeyFileGetBooleanMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetBooleanMethodInfo KeyFile -> signature -> s

keyFileGetBoolean :: MonadIO m => KeyFile -> Text -> Text -> m () Source #

getBooleanList

data KeyFileGetBooleanListMethodInfo Source #

Instances

((~) * signature (Text -> Text -> m [Bool]), MonadIO m) => MethodInfo * KeyFileGetBooleanListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetBooleanListMethodInfo KeyFile -> signature -> s

keyFileGetBooleanList :: MonadIO m => KeyFile -> Text -> Text -> m [Bool] Source #

getComment

data KeyFileGetCommentMethodInfo Source #

Instances

((~) * signature (Maybe Text -> Text -> m Text), MonadIO m) => MethodInfo * KeyFileGetCommentMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetCommentMethodInfo KeyFile -> signature -> s

keyFileGetComment :: MonadIO m => KeyFile -> Maybe Text -> Text -> m Text Source #

getDouble

data KeyFileGetDoubleMethodInfo Source #

Instances

((~) * signature (Text -> Text -> m Double), MonadIO m) => MethodInfo * KeyFileGetDoubleMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetDoubleMethodInfo KeyFile -> signature -> s

keyFileGetDouble :: MonadIO m => KeyFile -> Text -> Text -> m Double Source #

getDoubleList

data KeyFileGetDoubleListMethodInfo Source #

Instances

((~) * signature (Text -> Text -> m [Double]), MonadIO m) => MethodInfo * KeyFileGetDoubleListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetDoubleListMethodInfo KeyFile -> signature -> s

keyFileGetDoubleList :: MonadIO m => KeyFile -> Text -> Text -> m [Double] Source #

getGroups

data KeyFileGetGroupsMethodInfo Source #

Instances

((~) * signature (m ([Text], Word64)), MonadIO m) => MethodInfo * KeyFileGetGroupsMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetGroupsMethodInfo KeyFile -> signature -> s

getInt64

data KeyFileGetInt64MethodInfo Source #

Instances

((~) * signature (Text -> Text -> m Int64), MonadIO m) => MethodInfo * KeyFileGetInt64MethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetInt64MethodInfo KeyFile -> signature -> s

keyFileGetInt64 :: MonadIO m => KeyFile -> Text -> Text -> m Int64 Source #

getInteger

data KeyFileGetIntegerMethodInfo Source #

Instances

((~) * signature (Text -> Text -> m Int32), MonadIO m) => MethodInfo * KeyFileGetIntegerMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetIntegerMethodInfo KeyFile -> signature -> s

keyFileGetInteger :: MonadIO m => KeyFile -> Text -> Text -> m Int32 Source #

getIntegerList

data KeyFileGetIntegerListMethodInfo Source #

Instances

((~) * signature (Text -> Text -> m [Int32]), MonadIO m) => MethodInfo * KeyFileGetIntegerListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetIntegerListMethodInfo KeyFile -> signature -> s

keyFileGetIntegerList :: MonadIO m => KeyFile -> Text -> Text -> m [Int32] Source #

getKeys

data KeyFileGetKeysMethodInfo Source #

Instances

((~) * signature (Text -> m ([Text], Word64)), MonadIO m) => MethodInfo * KeyFileGetKeysMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetKeysMethodInfo KeyFile -> signature -> s

keyFileGetKeys :: MonadIO m => KeyFile -> Text -> m ([Text], Word64) Source #

getLocaleString

data KeyFileGetLocaleStringMethodInfo Source #

Instances

((~) * signature (Text -> Text -> Maybe Text -> m Text), MonadIO m) => MethodInfo * KeyFileGetLocaleStringMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetLocaleStringMethodInfo KeyFile -> signature -> s

keyFileGetLocaleString :: MonadIO m => KeyFile -> Text -> Text -> Maybe Text -> m Text Source #

getLocaleStringList

data KeyFileGetLocaleStringListMethodInfo Source #

Instances

((~) * signature (Text -> Text -> Maybe Text -> m ([Text], Word64)), MonadIO m) => MethodInfo * KeyFileGetLocaleStringListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetLocaleStringListMethodInfo KeyFile -> signature -> s

keyFileGetLocaleStringList :: MonadIO m => KeyFile -> Text -> Text -> Maybe Text -> m ([Text], Word64) Source #

getStartGroup

data KeyFileGetStartGroupMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m) => MethodInfo * KeyFileGetStartGroupMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetStartGroupMethodInfo KeyFile -> signature -> s

getString

data KeyFileGetStringMethodInfo Source #

Instances

((~) * signature (Text -> Text -> m Text), MonadIO m) => MethodInfo * KeyFileGetStringMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetStringMethodInfo KeyFile -> signature -> s

keyFileGetString :: MonadIO m => KeyFile -> Text -> Text -> m Text Source #

getStringList

data KeyFileGetStringListMethodInfo Source #

Instances

((~) * signature (Text -> Text -> m ([Text], Word64)), MonadIO m) => MethodInfo * KeyFileGetStringListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetStringListMethodInfo KeyFile -> signature -> s

keyFileGetStringList :: MonadIO m => KeyFile -> Text -> Text -> m ([Text], Word64) Source #

getUint64

data KeyFileGetUint64MethodInfo Source #

Instances

((~) * signature (Text -> Text -> m Word64), MonadIO m) => MethodInfo * KeyFileGetUint64MethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetUint64MethodInfo KeyFile -> signature -> s

keyFileGetUint64 :: MonadIO m => KeyFile -> Text -> Text -> m Word64 Source #

getValue

data KeyFileGetValueMethodInfo Source #

Instances

((~) * signature (Text -> Text -> m Text), MonadIO m) => MethodInfo * KeyFileGetValueMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileGetValueMethodInfo KeyFile -> signature -> s

keyFileGetValue :: MonadIO m => KeyFile -> Text -> Text -> m Text Source #

hasGroup

data KeyFileHasGroupMethodInfo Source #

Instances

((~) * signature (Text -> m Bool), MonadIO m) => MethodInfo * KeyFileHasGroupMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileHasGroupMethodInfo KeyFile -> signature -> s

loadFromData

data KeyFileLoadFromDataMethodInfo Source #

Instances

((~) * signature (Text -> Word64 -> [KeyFileFlags] -> m ()), MonadIO m) => MethodInfo * KeyFileLoadFromDataMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileLoadFromDataMethodInfo KeyFile -> signature -> s

loadFromDataDirs

data KeyFileLoadFromDataDirsMethodInfo Source #

Instances

((~) * signature ([Char] -> [KeyFileFlags] -> m [Char]), MonadIO m) => MethodInfo * KeyFileLoadFromDataDirsMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileLoadFromDataDirsMethodInfo KeyFile -> signature -> s

loadFromDirs

data KeyFileLoadFromDirsMethodInfo Source #

Instances

((~) * signature ([Char] -> [[Char]] -> [KeyFileFlags] -> m [Char]), MonadIO m) => MethodInfo * KeyFileLoadFromDirsMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileLoadFromDirsMethodInfo KeyFile -> signature -> s

loadFromFile

data KeyFileLoadFromFileMethodInfo Source #

Instances

((~) * signature ([Char] -> [KeyFileFlags] -> m ()), MonadIO m) => MethodInfo * KeyFileLoadFromFileMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileLoadFromFileMethodInfo KeyFile -> signature -> s

new

removeComment

data KeyFileRemoveCommentMethodInfo Source #

Instances

((~) * signature (Maybe Text -> Maybe Text -> m ()), MonadIO m) => MethodInfo * KeyFileRemoveCommentMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileRemoveCommentMethodInfo KeyFile -> signature -> s

keyFileRemoveComment :: MonadIO m => KeyFile -> Maybe Text -> Maybe Text -> m () Source #

removeGroup

data KeyFileRemoveGroupMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m) => MethodInfo * KeyFileRemoveGroupMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileRemoveGroupMethodInfo KeyFile -> signature -> s

keyFileRemoveGroup :: MonadIO m => KeyFile -> Text -> m () Source #

removeKey

data KeyFileRemoveKeyMethodInfo Source #

Instances

((~) * signature (Text -> Text -> m ()), MonadIO m) => MethodInfo * KeyFileRemoveKeyMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileRemoveKeyMethodInfo KeyFile -> signature -> s

keyFileRemoveKey :: MonadIO m => KeyFile -> Text -> Text -> m () Source #

saveToFile

data KeyFileSaveToFileMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m) => MethodInfo * KeyFileSaveToFileMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSaveToFileMethodInfo KeyFile -> signature -> s

keyFileSaveToFile :: MonadIO m => KeyFile -> Text -> m () Source #

setBoolean

data KeyFileSetBooleanMethodInfo Source #

Instances

((~) * signature (Text -> Text -> Bool -> m ()), MonadIO m) => MethodInfo * KeyFileSetBooleanMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetBooleanMethodInfo KeyFile -> signature -> s

keyFileSetBoolean :: MonadIO m => KeyFile -> Text -> Text -> Bool -> m () Source #

setBooleanList

data KeyFileSetBooleanListMethodInfo Source #

Instances

((~) * signature (Text -> Text -> [Bool] -> m ()), MonadIO m) => MethodInfo * KeyFileSetBooleanListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetBooleanListMethodInfo KeyFile -> signature -> s

keyFileSetBooleanList :: MonadIO m => KeyFile -> Text -> Text -> [Bool] -> m () Source #

setComment

data KeyFileSetCommentMethodInfo Source #

Instances

((~) * signature (Maybe Text -> Maybe Text -> Text -> m ()), MonadIO m) => MethodInfo * KeyFileSetCommentMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetCommentMethodInfo KeyFile -> signature -> s

keyFileSetComment :: MonadIO m => KeyFile -> Maybe Text -> Maybe Text -> Text -> m () Source #

setDouble

data KeyFileSetDoubleMethodInfo Source #

Instances

((~) * signature (Text -> Text -> Double -> m ()), MonadIO m) => MethodInfo * KeyFileSetDoubleMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetDoubleMethodInfo KeyFile -> signature -> s

keyFileSetDouble :: MonadIO m => KeyFile -> Text -> Text -> Double -> m () Source #

setDoubleList

data KeyFileSetDoubleListMethodInfo Source #

Instances

((~) * signature (Text -> Text -> [Double] -> m ()), MonadIO m) => MethodInfo * KeyFileSetDoubleListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetDoubleListMethodInfo KeyFile -> signature -> s

keyFileSetDoubleList :: MonadIO m => KeyFile -> Text -> Text -> [Double] -> m () Source #

setInt64

data KeyFileSetInt64MethodInfo Source #

Instances

((~) * signature (Text -> Text -> Int64 -> m ()), MonadIO m) => MethodInfo * KeyFileSetInt64MethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetInt64MethodInfo KeyFile -> signature -> s

keyFileSetInt64 :: MonadIO m => KeyFile -> Text -> Text -> Int64 -> m () Source #

setInteger

data KeyFileSetIntegerMethodInfo Source #

Instances

((~) * signature (Text -> Text -> Int32 -> m ()), MonadIO m) => MethodInfo * KeyFileSetIntegerMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetIntegerMethodInfo KeyFile -> signature -> s

keyFileSetInteger :: MonadIO m => KeyFile -> Text -> Text -> Int32 -> m () Source #

setIntegerList

data KeyFileSetIntegerListMethodInfo Source #

Instances

((~) * signature (Text -> Text -> [Int32] -> m ()), MonadIO m) => MethodInfo * KeyFileSetIntegerListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetIntegerListMethodInfo KeyFile -> signature -> s

keyFileSetIntegerList :: MonadIO m => KeyFile -> Text -> Text -> [Int32] -> m () Source #

setListSeparator

data KeyFileSetListSeparatorMethodInfo Source #

Instances

((~) * signature (Int8 -> m ()), MonadIO m) => MethodInfo * KeyFileSetListSeparatorMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetListSeparatorMethodInfo KeyFile -> signature -> s

setLocaleString

data KeyFileSetLocaleStringMethodInfo Source #

Instances

((~) * signature (Text -> Text -> Text -> Text -> m ()), MonadIO m) => MethodInfo * KeyFileSetLocaleStringMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetLocaleStringMethodInfo KeyFile -> signature -> s

keyFileSetLocaleString :: MonadIO m => KeyFile -> Text -> Text -> Text -> Text -> m () Source #

setLocaleStringList

data KeyFileSetLocaleStringListMethodInfo Source #

Instances

((~) * signature (Text -> Text -> Text -> [Text] -> Word64 -> m ()), MonadIO m) => MethodInfo * KeyFileSetLocaleStringListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetLocaleStringListMethodInfo KeyFile -> signature -> s

keyFileSetLocaleStringList :: MonadIO m => KeyFile -> Text -> Text -> Text -> [Text] -> Word64 -> m () Source #

setString

data KeyFileSetStringMethodInfo Source #

Instances

((~) * signature (Text -> Text -> Text -> m ()), MonadIO m) => MethodInfo * KeyFileSetStringMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetStringMethodInfo KeyFile -> signature -> s

keyFileSetString :: MonadIO m => KeyFile -> Text -> Text -> Text -> m () Source #

setStringList

data KeyFileSetStringListMethodInfo Source #

Instances

((~) * signature (Text -> Text -> [Text] -> Word64 -> m ()), MonadIO m) => MethodInfo * KeyFileSetStringListMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetStringListMethodInfo KeyFile -> signature -> s

keyFileSetStringList :: MonadIO m => KeyFile -> Text -> Text -> [Text] -> Word64 -> m () Source #

setUint64

data KeyFileSetUint64MethodInfo Source #

Instances

((~) * signature (Text -> Text -> Word64 -> m ()), MonadIO m) => MethodInfo * KeyFileSetUint64MethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetUint64MethodInfo KeyFile -> signature -> s

keyFileSetUint64 :: MonadIO m => KeyFile -> Text -> Text -> Word64 -> m () Source #

setValue

data KeyFileSetValueMethodInfo Source #

Instances

((~) * signature (Text -> Text -> Text -> m ()), MonadIO m) => MethodInfo * KeyFileSetValueMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileSetValueMethodInfo KeyFile -> signature -> s

keyFileSetValue :: MonadIO m => KeyFile -> Text -> Text -> Text -> m () Source #

toData

data KeyFileToDataMethodInfo Source #

Instances

((~) * signature (m (Text, Word64)), MonadIO m) => MethodInfo * KeyFileToDataMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileToDataMethodInfo KeyFile -> signature -> s

unref

data KeyFileUnrefMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m) => MethodInfo * KeyFileUnrefMethodInfo KeyFile signature Source # 

Methods

overloadedMethod :: MethodProxy KeyFileUnrefMethodInfo KeyFile -> signature -> s