gi-handy-1.0.4: libhandy bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Handy.Objects.ValueObject

Description

An object representing a [structgObject.Value].

The HdyValueObject object represents a [structgObject.Value], allowing it to be used with ListModel.

Since: 1.0

Synopsis

Exported types

newtype ValueObject Source #

Memory-managed wrapper type.

Constructors

ValueObject (ManagedPtr ValueObject) 

Instances

Instances details
Eq ValueObject Source # 
Instance details

Defined in GI.Handy.Objects.ValueObject

GObject ValueObject Source # 
Instance details

Defined in GI.Handy.Objects.ValueObject

ManagedPtrNewtype ValueObject Source # 
Instance details

Defined in GI.Handy.Objects.ValueObject

Methods

toManagedPtr :: ValueObject -> ManagedPtr ValueObject

TypedObject ValueObject Source # 
Instance details

Defined in GI.Handy.Objects.ValueObject

Methods

glibType :: IO GType

HasParentTypes ValueObject Source # 
Instance details

Defined in GI.Handy.Objects.ValueObject

IsGValue (Maybe ValueObject) Source #

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

Instance details

Defined in GI.Handy.Objects.ValueObject

Methods

gvalueGType_ :: IO GType

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

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

type ParentTypes ValueObject Source # 
Instance details

Defined in GI.Handy.Objects.ValueObject

type ParentTypes ValueObject = '[Object]

class (GObject o, IsDescendantOf ValueObject o) => IsValueObject o Source #

Type class for types which can be safely cast to ValueObject, for instance with toValueObject.

Instances

Instances details
(GObject o, IsDescendantOf ValueObject o) => IsValueObject o Source # 
Instance details

Defined in GI.Handy.Objects.ValueObject

toValueObject :: (MonadIO m, IsValueObject o) => o -> m ValueObject Source #

Cast to ValueObject, for types for which this is known to be safe. For general casts, use castTo.

Methods

copyValue

valueObjectCopyValue Source #

Arguments

:: (HasCallStack, MonadIO m, IsValueObject a) 
=> a

value: the value

-> GValue

dest: value with correct type to copy into

-> m () 

Copy data from the contained [structgObject.Value] into dest.

Since: 1.0

dupString

valueObjectDupString Source #

Arguments

:: (HasCallStack, MonadIO m, IsValueObject a) 
=> a

value: the value

-> m Text

Returns: a copy of the contained string

Gets a copy of the contained string if the value is of type G_TYPE_STRING.

Since: 1.0

getString

valueObjectGetString Source #

Arguments

:: (HasCallStack, MonadIO m, IsValueObject a) 
=> a

value: the value

-> m Text

Returns: the contained string

Returns the contained string if the value is of type G_TYPE_STRING.

Since: 1.0

getValue

valueObjectGetValue Source #

Arguments

:: (HasCallStack, MonadIO m, IsValueObject a) 
=> a

value: the value

-> m GValue

Returns: the contained [structgObject.Value]

Return the contained value.

Since: 1.0

new

valueObjectNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> GValue

value: the value to store

-> m ValueObject

Returns: a new HdyValueObject

Creates a new HdyValueObject.

Since: 1.0

Properties

value

The contained value.

Since: 1.0

constructValueObjectValue :: (IsValueObject o, MonadIO m) => GValue -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “value” property. This is rarely needed directly, but it is used by new.

getValueObjectValue :: (MonadIO m, IsValueObject o) => o -> m GValue Source #

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

get valueObject #value