gi-glib-2.0.2: 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 (ForeignPtr 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

((~) * 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

keyFileErrorQuark

keyFileErrorQuark :: MonadIO m => m Word32 Source #

keyFileGetBoolean

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 #

keyFileGetBooleanList

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 #

keyFileGetComment

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 #

keyFileGetDouble

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 #

keyFileGetDoubleList

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 #

keyFileGetGroups

data KeyFileGetGroupsMethodInfo Source #

Instances

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

Methods

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

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

keyFileGetInt64

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 #

keyFileGetInteger

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 #

keyFileGetIntegerList

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 #

keyFileGetKeys

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 #

keyFileGetLocaleString

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 #

keyFileGetLocaleStringList

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 #

keyFileGetStartGroup

data KeyFileGetStartGroupMethodInfo Source #

Instances

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

Methods

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

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

keyFileGetString

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 #

keyFileGetStringList

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 #

keyFileGetUint64

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 #

keyFileGetValue

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 #

keyFileHasGroup

data KeyFileHasGroupMethodInfo Source #

Instances

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

Methods

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

keyFileHasGroup :: MonadIO m => KeyFile -> Text -> m Bool Source #

keyFileLoadFromData

data KeyFileLoadFromDataMethodInfo Source #

Instances

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

Methods

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

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

keyFileLoadFromDataDirs

data KeyFileLoadFromDataDirsMethodInfo Source #

Instances

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

Methods

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

keyFileLoadFromDataDirs :: MonadIO m => KeyFile -> [Char] -> [KeyFileFlags] -> m [Char] Source #

keyFileLoadFromDirs

data KeyFileLoadFromDirsMethodInfo Source #

Instances

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

Methods

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

keyFileLoadFromDirs :: MonadIO m => KeyFile -> [Char] -> [[Char]] -> [KeyFileFlags] -> m [Char] Source #

keyFileLoadFromFile

data KeyFileLoadFromFileMethodInfo Source #

Instances

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

Methods

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

keyFileLoadFromFile :: MonadIO m => KeyFile -> [Char] -> [KeyFileFlags] -> m () Source #

keyFileNew

keyFileNew :: MonadIO m => m KeyFile Source #

keyFileRemoveComment

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 #

keyFileRemoveGroup

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 #

keyFileRemoveKey

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 #

keyFileSaveToFile

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 #

keyFileSetBoolean

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 #

keyFileSetBooleanList

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 #

keyFileSetComment

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 #

keyFileSetDouble

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 #

keyFileSetDoubleList

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 #

keyFileSetInt64

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 #

keyFileSetInteger

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 #

keyFileSetIntegerList

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 #

keyFileSetListSeparator

data KeyFileSetListSeparatorMethodInfo Source #

Instances

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

Methods

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

keyFileSetListSeparator :: MonadIO m => KeyFile -> Int8 -> m () Source #

keyFileSetLocaleString

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 #

keyFileSetLocaleStringList

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 #

keyFileSetString

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 #

keyFileSetStringList

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 #

keyFileSetUint64

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 #

keyFileSetValue

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 #

keyFileToData

data KeyFileToDataMethodInfo Source #

Instances

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

Methods

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

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

keyFileUnref

data KeyFileUnrefMethodInfo Source #

Instances

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

Methods

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

keyFileUnref :: MonadIO m => KeyFile -> m () Source #