gi-vips-8.0.4: 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.Thing

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Thing Source #

Memory-managed wrapper type.

Constructors

Thing (ManagedPtr Thing) 

Instances

Instances details
Eq Thing Source # 
Instance details

Defined in GI.Vips.Structs.Thing

Methods

(==) :: Thing -> Thing -> Bool #

(/=) :: Thing -> Thing -> Bool #

GBoxed Thing Source # 
Instance details

Defined in GI.Vips.Structs.Thing

ManagedPtrNewtype Thing Source # 
Instance details

Defined in GI.Vips.Structs.Thing

Methods

toManagedPtr :: Thing -> ManagedPtr Thing

TypedObject Thing Source # 
Instance details

Defined in GI.Vips.Structs.Thing

Methods

glibType :: IO GType

HasParentTypes Thing Source # 
Instance details

Defined in GI.Vips.Structs.Thing

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

Defined in GI.Vips.Structs.Thing

Methods

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

IsGValue (Maybe Thing) Source #

Convert Thing to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Vips.Structs.Thing

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe Thing -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe Thing)

type ParentTypes Thing Source # 
Instance details

Defined in GI.Vips.Structs.Thing

type ParentTypes Thing = '[] :: [Type]

newZeroThing :: MonadIO m => m Thing Source #

Construct a Thing struct initialized to zero.

Methods

new

thingNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Int32 
-> m Thing

Returns: a new Thing.

No description available in the introspection data.

Properties

i

No description available in the introspection data.

getThingI :: MonadIO m => Thing -> m Int32 Source #

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

get thing #i

setThingI :: MonadIO m => Thing -> Int32 -> m () Source #

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

set thing [ #i := value ]