gi-ostree-1.0.11: OSTree bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.OSTree.Structs.LibarchiveInputStream

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

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 ]