gi-vips-8.0.2: libvips GObject bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Vips.Structs.Argument

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Argument Source #

Memory-managed wrapper type.

Constructors

Argument (ManagedPtr Argument) 

Instances

Instances details
Eq Argument Source # 
Instance details

Defined in GI.Vips.Structs.Argument

BoxedPtr Argument Source # 
Instance details

Defined in GI.Vips.Structs.Argument

CallocPtr Argument Source # 
Instance details

Defined in GI.Vips.Structs.Argument

ManagedPtrNewtype Argument Source # 
Instance details

Defined in GI.Vips.Structs.Argument

tag ~ 'AttrSet => Constructible Argument tag Source # 
Instance details

Defined in GI.Vips.Structs.Argument

Methods

new :: MonadIO m => (ManagedPtr Argument -> Argument) -> [AttrOp Argument tag] -> m Argument #

newZeroArgument :: MonadIO m => m Argument Source #

Construct a Argument struct initialized to zero.

Methods

Properties

pspec

No description available in the introspection data.

clearArgumentPspec :: MonadIO m => Argument -> m () Source #

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

clear #pspec

getArgumentPspec :: MonadIO m => Argument -> m (Maybe GParamSpec) Source #

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

get argument #pspec

setArgumentPspec :: MonadIO m => Argument -> Ptr GParamSpec -> m () Source #

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

set argument [ #pspec := value ]