gi-ostree-1.0.12: OSTree bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.OSTree.Structs.LibarchiveInputStream

Description

No description available in the introspection data.

Synopsis

Exported types

Methods

Overloaded methods

Properties

parentInstance

No description available in the introspection data.

clearLibarchiveInputStreamParentInstance :: MonadIO m => LibarchiveInputStream -> m () Source #

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

clear #parentInstance

getLibarchiveInputStreamParentInstance :: MonadIO m => LibarchiveInputStream -> m (Maybe InputStream) Source #

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

get libarchiveInputStream #parentInstance

setLibarchiveInputStreamParentInstance :: MonadIO m => LibarchiveInputStream -> Ptr InputStream -> m () Source #

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

set libarchiveInputStream [ #parentInstance := value ]