gi-ostree-1.0.2: OSTree 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.OSTree.Objects.BootconfigParser

Contents

Description

 

Synopsis

Exported types

Methods

clone

bootconfigParserClone Source #

Arguments

:: (HasCallStack, MonadIO m, IsBootconfigParser a) 
=> a

self: Bootconfig to clone

-> m BootconfigParser

Returns: Copy of self

No description available in the introspection data.

get

bootconfigParserGet :: (HasCallStack, MonadIO m, IsBootconfigParser a) => a -> Text -> m Text Source #

No description available in the introspection data.

new

bootconfigParserNew :: (HasCallStack, MonadIO m) => m BootconfigParser Source #

No description available in the introspection data.

parse

bootconfigParserParse Source #

Arguments

:: (HasCallStack, MonadIO m, IsBootconfigParser a, IsFile b, IsCancellable c) 
=> a 
-> b 
-> Maybe c 
-> m ()

(Can throw GError)

No description available in the introspection data.

parseAt

bootconfigParserParseAt Source #

Arguments

:: (HasCallStack, MonadIO m, IsBootconfigParser a, IsCancellable b) 
=> a

self: Parser

-> Int32

dfd: Directory fd

-> Text

path: File path

-> Maybe b

cancellable: Cancellable

-> m ()

(Can throw GError)

Initialize a bootconfig from the given file.

set

bootconfigParserSet :: (HasCallStack, MonadIO m, IsBootconfigParser a) => a -> Text -> Text -> m () Source #

No description available in the introspection data.

write

bootconfigParserWrite Source #

Arguments

:: (HasCallStack, MonadIO m, IsBootconfigParser a, IsFile b, IsCancellable c) 
=> a 
-> b 
-> Maybe c 
-> m ()

(Can throw GError)

No description available in the introspection data.

writeAt

bootconfigParserWriteAt Source #

Arguments

:: (HasCallStack, MonadIO m, IsBootconfigParser a, IsCancellable b) 
=> a 
-> Int32 
-> Text 
-> Maybe b 
-> m ()

(Can throw GError)

No description available in the introspection data.