gi-gobject-2.0.21: GObject 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.GObject.Unions.Value_Data_Union_

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newZeroValue_Data_Union_ :: MonadIO m => m Value_Data_Union_ Source #

Construct a Value_Data_Union_ struct initialized to zero.

Properties

vDouble

No description available in the introspection data.

getValue_Data_Union_VDouble :: MonadIO m => Value_Data_Union_ -> m Double Source #

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

get value_Data_Union_ #vDouble

setValue_Data_Union_VDouble :: MonadIO m => Value_Data_Union_ -> Double -> m () Source #

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

set value_Data_Union_ [ #vDouble := value ]

vFloat

No description available in the introspection data.

getValue_Data_Union_VFloat :: MonadIO m => Value_Data_Union_ -> m Float Source #

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

get value_Data_Union_ #vFloat

setValue_Data_Union_VFloat :: MonadIO m => Value_Data_Union_ -> Float -> m () Source #

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

set value_Data_Union_ [ #vFloat := value ]

vInt

No description available in the introspection data.

getValue_Data_Union_VInt :: MonadIO m => Value_Data_Union_ -> m Int32 Source #

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

get value_Data_Union_ #vInt

setValue_Data_Union_VInt :: MonadIO m => Value_Data_Union_ -> Int32 -> m () Source #

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

set value_Data_Union_ [ #vInt := value ]

vInt64

No description available in the introspection data.

getValue_Data_Union_VInt64 :: MonadIO m => Value_Data_Union_ -> m Int64 Source #

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

get value_Data_Union_ #vInt64

setValue_Data_Union_VInt64 :: MonadIO m => Value_Data_Union_ -> Int64 -> m () Source #

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

set value_Data_Union_ [ #vInt64 := value ]

vLong

No description available in the introspection data.

getValue_Data_Union_VLong :: MonadIO m => Value_Data_Union_ -> m CLong Source #

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

get value_Data_Union_ #vLong

setValue_Data_Union_VLong :: MonadIO m => Value_Data_Union_ -> CLong -> m () Source #

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

set value_Data_Union_ [ #vLong := value ]

vPointer

No description available in the introspection data.

clearValue_Data_Union_VPointer :: MonadIO m => Value_Data_Union_ -> m () Source #

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

clear #vPointer

getValue_Data_Union_VPointer :: MonadIO m => Value_Data_Union_ -> m (Ptr ()) Source #

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

get value_Data_Union_ #vPointer

setValue_Data_Union_VPointer :: MonadIO m => Value_Data_Union_ -> Ptr () -> m () Source #

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

set value_Data_Union_ [ #vPointer := value ]

vUint

No description available in the introspection data.

getValue_Data_Union_VUint :: MonadIO m => Value_Data_Union_ -> m Word32 Source #

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

get value_Data_Union_ #vUint

setValue_Data_Union_VUint :: MonadIO m => Value_Data_Union_ -> Word32 -> m () Source #

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

set value_Data_Union_ [ #vUint := value ]

vUint64

No description available in the introspection data.

getValue_Data_Union_VUint64 :: MonadIO m => Value_Data_Union_ -> m Word64 Source #

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

get value_Data_Union_ #vUint64

setValue_Data_Union_VUint64 :: MonadIO m => Value_Data_Union_ -> Word64 -> m () Source #

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

set value_Data_Union_ [ #vUint64 := value ]

vUlong

No description available in the introspection data.

getValue_Data_Union_VUlong :: MonadIO m => Value_Data_Union_ -> m CULong Source #

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

get value_Data_Union_ #vUlong

setValue_Data_Union_VUlong :: MonadIO m => Value_Data_Union_ -> CULong -> m () Source #

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

set value_Data_Union_ [ #vUlong := value ]