| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.OSTree.Objects.BootconfigParser
Description
- newtype BootconfigParser = BootconfigParser (ManagedPtr BootconfigParser)
- class GObject o => IsBootconfigParser o
- toBootconfigParser :: IsBootconfigParser o => o -> IO BootconfigParser
- noBootconfigParser :: Maybe BootconfigParser
- data BootconfigParserCloneMethodInfo
- bootconfigParserClone :: (HasCallStack, MonadIO m, IsBootconfigParser a) => a -> m BootconfigParser
- data BootconfigParserGetMethodInfo
- bootconfigParserGet :: (HasCallStack, MonadIO m, IsBootconfigParser a) => a -> Text -> m Text
- bootconfigParserNew :: (HasCallStack, MonadIO m) => m BootconfigParser
- data BootconfigParserParseMethodInfo
- bootconfigParserParse :: (HasCallStack, MonadIO m, IsBootconfigParser a, IsFile b, IsCancellable c) => a -> b -> Maybe c -> m ()
- data BootconfigParserParseAtMethodInfo
- bootconfigParserParseAt :: (HasCallStack, MonadIO m, IsBootconfigParser a, IsCancellable b) => a -> Int32 -> Text -> Maybe b -> m ()
- data BootconfigParserSetMethodInfo
- bootconfigParserSet :: (HasCallStack, MonadIO m, IsBootconfigParser a) => a -> Text -> Text -> m ()
- data BootconfigParserWriteMethodInfo
- bootconfigParserWrite :: (HasCallStack, MonadIO m, IsBootconfigParser a, IsFile b, IsCancellable c) => a -> b -> Maybe c -> m ()
- data BootconfigParserWriteAtMethodInfo
- bootconfigParserWriteAt :: (HasCallStack, MonadIO m, IsBootconfigParser a, IsCancellable b) => a -> Int32 -> Text -> Maybe b -> m ()
Exported types
newtype BootconfigParser Source #
Constructors
| BootconfigParser (ManagedPtr BootconfigParser) |
Instances
| GObject BootconfigParser Source # | |
| IsObject BootconfigParser Source # | |
| IsBootconfigParser BootconfigParser Source # | |
| ((~) * info (ResolveBootconfigParserMethod t BootconfigParser), MethodInfo * info BootconfigParser p) => IsLabel t (BootconfigParser -> p) Source # | |
| ((~) * info (ResolveBootconfigParserMethod t BootconfigParser), MethodInfo * info BootconfigParser p) => IsLabelProxy t (BootconfigParser -> p) Source # | |
| HasAttributeList * BootconfigParser Source # | |
| type AttributeList BootconfigParser Source # | |
| type SignalList BootconfigParser Source # | |
class GObject o => IsBootconfigParser o Source #
Instances
toBootconfigParser :: IsBootconfigParser o => o -> IO BootconfigParser Source #
Methods
clone
data BootconfigParserCloneMethodInfo Source #
Instances
| ((~) * signature (m BootconfigParser), MonadIO m, IsBootconfigParser a) => MethodInfo * BootconfigParserCloneMethodInfo a signature Source # | |
bootconfigParserClone Source #
Arguments
| :: (HasCallStack, MonadIO m, IsBootconfigParser a) | |
| => a |
|
| -> m BootconfigParser | Returns: Copy of |
No description available in the introspection data.
get
data BootconfigParserGetMethodInfo Source #
Instances
| ((~) * signature (Text -> m Text), MonadIO m, IsBootconfigParser a) => MethodInfo * BootconfigParserGetMethodInfo a signature Source # | |
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
data BootconfigParserParseMethodInfo Source #
Instances
| ((~) * signature (b -> Maybe c -> m ()), MonadIO m, IsBootconfigParser a, IsFile b, IsCancellable c) => MethodInfo * BootconfigParserParseMethodInfo a signature Source # | |
bootconfigParserParse Source #
Arguments
| :: (HasCallStack, MonadIO m, IsBootconfigParser a, IsFile b, IsCancellable c) | |
| => a | |
| -> b | |
| -> Maybe c | |
| -> m () | (Can throw |
No description available in the introspection data.
parseAt
data BootconfigParserParseAtMethodInfo Source #
Instances
| ((~) * signature (Int32 -> Text -> Maybe b -> m ()), MonadIO m, IsBootconfigParser a, IsCancellable b) => MethodInfo * BootconfigParserParseAtMethodInfo a signature Source # | |
bootconfigParserParseAt Source #
Arguments
| :: (HasCallStack, MonadIO m, IsBootconfigParser a, IsCancellable b) | |
| => a |
|
| -> Int32 |
|
| -> Text |
|
| -> Maybe b |
|
| -> m () | (Can throw |
Initialize a bootconfig from the given file.
set
data BootconfigParserSetMethodInfo Source #
Instances
| ((~) * signature (Text -> Text -> m ()), MonadIO m, IsBootconfigParser a) => MethodInfo * BootconfigParserSetMethodInfo a signature Source # | |
bootconfigParserSet :: (HasCallStack, MonadIO m, IsBootconfigParser a) => a -> Text -> Text -> m () Source #
No description available in the introspection data.
write
data BootconfigParserWriteMethodInfo Source #
Instances
| ((~) * signature (b -> Maybe c -> m ()), MonadIO m, IsBootconfigParser a, IsFile b, IsCancellable c) => MethodInfo * BootconfigParserWriteMethodInfo a signature Source # | |
bootconfigParserWrite Source #
Arguments
| :: (HasCallStack, MonadIO m, IsBootconfigParser a, IsFile b, IsCancellable c) | |
| => a | |
| -> b | |
| -> Maybe c | |
| -> m () | (Can throw |
No description available in the introspection data.
writeAt
data BootconfigParserWriteAtMethodInfo Source #
Instances
| ((~) * signature (Int32 -> Text -> Maybe b -> m ()), MonadIO m, IsBootconfigParser a, IsCancellable b) => MethodInfo * BootconfigParserWriteAtMethodInfo a signature Source # | |
bootconfigParserWriteAt Source #
Arguments
| :: (HasCallStack, MonadIO m, IsBootconfigParser a, IsCancellable b) | |
| => a | |
| -> Int32 | |
| -> Text | |
| -> Maybe b | |
| -> m () | (Can throw |
No description available in the introspection data.