gi-ostree-1.0.15: OSTree bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.OSTree.Structs.RepoPruneOptions

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroRepoPruneOptions :: MonadIO m => m RepoPruneOptions Source #

Construct a RepoPruneOptions struct initialized to zero.

Methods

Properties

flags

No description available in the introspection data.

getRepoPruneOptionsFlags :: MonadIO m => RepoPruneOptions -> m [RepoPruneFlags] Source #

Get the value of the “flags” field. When overloading is enabled, this is equivalent to

get repoPruneOptions #flags

setRepoPruneOptionsFlags :: MonadIO m => RepoPruneOptions -> [RepoPruneFlags] -> m () Source #

Set the value of the “flags” field. When overloading is enabled, this is equivalent to

set repoPruneOptions [ #flags := value ]

reachable

No description available in the introspection data.

clearRepoPruneOptionsReachable :: MonadIO m => RepoPruneOptions -> m () Source #

Set the value of the “reachable” field to Nothing. When overloading is enabled, this is equivalent to

clear #reachable

getRepoPruneOptionsReachable :: MonadIO m => RepoPruneOptions -> m (Maybe (Map (Ptr ()) (Ptr ()))) Source #

Get the value of the “reachable” field. When overloading is enabled, this is equivalent to

get repoPruneOptions #reachable

setRepoPruneOptionsReachable :: MonadIO m => RepoPruneOptions -> Ptr (GHashTable (Ptr ()) (Ptr ())) -> m () Source #

Set the value of the “reachable” field. When overloading is enabled, this is equivalent to

set repoPruneOptions [ #reachable := value ]