gi-gobject-2.0.24: 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.ParamSpecObject

Description

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

Synopsis

Exported types

class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecObject o) => IsParamSpecObject o Source #

Type class for types which can be safely cast to ParamSpecObject, for instance with toParamSpecObject.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecObject o) => IsParamSpecObject o Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecObject

toParamSpecObject :: (MonadIO m, IsParamSpecObject o) => o -> m ParamSpecObject Source #

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

Methods

Overloaded methods