gi-gobject-2.0.25: GObject bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GObject.Objects.ParamSpecValueArray

Description

A ParamSpec derived structure that contains the meta data for ValueArray properties.

Synopsis

Exported types

newtype ParamSpecValueArray Source #

Memory-managed wrapper type.

Constructors

ParamSpecValueArray (ManagedPtr ParamSpecValueArray) 

Instances

Instances details
Eq ParamSpecValueArray Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecValueArray

BoxedPtr ParamSpecValueArray Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecValueArray

ManagedPtrNewtype ParamSpecValueArray Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecValueArray

TypedObject ParamSpecValueArray Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecValueArray

Methods

glibType :: IO GType

HasParentTypes ParamSpecValueArray Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecValueArray

type ParentTypes ParamSpecValueArray Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecValueArray

type ParentTypes ParamSpecValueArray = '[ParamSpec]

class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecValueArray o) => IsParamSpecValueArray o Source #

Type class for types which can be safely cast to ParamSpecValueArray, for instance with toParamSpecValueArray.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecValueArray o) => IsParamSpecValueArray o Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecValueArray

toParamSpecValueArray :: (MonadIO m, IsParamSpecValueArray o) => o -> m ParamSpecValueArray Source #

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

Methods

Overloaded methods