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
No description available in the introspection data.
Synopsis
- newtype BootconfigParser = BootconfigParser (ManagedPtr BootconfigParser)
- class GObject o => IsBootconfigParser o
- toBootconfigParser :: (MonadIO m, IsBootconfigParser o) => o -> m BootconfigParser
- noBootconfigParser :: Maybe BootconfigParser
- bootconfigParserClone :: (HasCallStack, MonadIO m, IsBootconfigParser a) => a -> m BootconfigParser
- bootconfigParserGet :: (HasCallStack, MonadIO m, IsBootconfigParser a) => a -> Text -> m Text
- bootconfigParserNew :: (HasCallStack, MonadIO m) => m BootconfigParser
- bootconfigParserParse :: (HasCallStack, MonadIO m, IsBootconfigParser a, IsFile b, IsCancellable c) => a -> b -> Maybe c -> m ()
- bootconfigParserParseAt :: (HasCallStack, MonadIO m, IsBootconfigParser a, IsCancellable b) => a -> Int32 -> Text -> Maybe b -> m ()
- bootconfigParserSet :: (HasCallStack, MonadIO m, IsBootconfigParser a) => a -> Text -> Text -> m ()
- bootconfigParserWrite :: (HasCallStack, MonadIO m, IsBootconfigParser a, IsFile b, IsCancellable c) => a -> b -> Maybe c -> m ()
- bootconfigParserWriteAt :: (HasCallStack, MonadIO m, IsBootconfigParser a, IsCancellable b) => a -> Int32 -> Text -> Maybe b -> m ()
Exported types
newtype BootconfigParser Source #
Memory-managed wrapper type.
Constructors
BootconfigParser (ManagedPtr BootconfigParser) |
Instances
GObject BootconfigParser Source # | |
Defined in GI.OSTree.Objects.BootconfigParser Methods gobjectType :: BootconfigParser -> IO GType | |
IsObject BootconfigParser Source # | |
Defined in GI.OSTree.Objects.BootconfigParser | |
IsBootconfigParser BootconfigParser Source # | |
Defined in GI.OSTree.Objects.BootconfigParser |
class GObject o => IsBootconfigParser o Source #
Type class for types which can be safely cast to BootconfigParser
, for instance with toBootconfigParser
.
Instances
(GObject a, (UnknownAncestorError BootconfigParser a :: Constraint)) => IsBootconfigParser a Source # | |
Defined in GI.OSTree.Objects.BootconfigParser | |
IsBootconfigParser BootconfigParser Source # | |
Defined in GI.OSTree.Objects.BootconfigParser |
toBootconfigParser :: (MonadIO m, IsBootconfigParser o) => o -> m BootconfigParser Source #
Cast to BootconfigParser
, for types for which this is known to be safe. For general casts, use castTo
.
noBootconfigParser :: Maybe BootconfigParser Source #
A convenience alias for Nothing
:: Maybe
BootconfigParser
.
Methods
clone
bootconfigParserClone Source #
Arguments
:: (HasCallStack, MonadIO m, IsBootconfigParser a) | |
=> a |
|
-> m BootconfigParser | Returns: Copy of |
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 |
No description available in the introspection data.
parseAt
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
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 |
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 |
No description available in the introspection data.