gi-gobject-2.0.28: GObject bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.GObject.Objects.ParamSpecGType

Description

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

Since: 2.10

Synopsis

Exported types

newtype ParamSpecGType Source #

Memory-managed wrapper type.

Constructors

ParamSpecGType (ManagedPtr ParamSpecGType) 

Instances

Instances details
Eq ParamSpecGType Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecGType

BoxedPtr ParamSpecGType Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecGType

ManagedPtrNewtype ParamSpecGType Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecGType

TypedObject ParamSpecGType Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecGType

Methods

glibType :: IO GType

HasParentTypes ParamSpecGType Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecGType

type ParentTypes ParamSpecGType Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecGType

type ParentTypes ParamSpecGType = '[ParamSpec]

class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecGType o) => IsParamSpecGType o Source #

Type class for types which can be safely cast to ParamSpecGType, for instance with toParamSpecGType.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecGType o) => IsParamSpecGType o Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecGType

toParamSpecGType :: (MonadIO m, IsParamSpecGType o) => o -> m ParamSpecGType Source #

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

Methods

Click to display all available methods, including inherited ones

Expand

Methods

sink, stealQdata.

Getters

getBlurb, getDefaultValue, getName, getNameQuark, getNick, getQdata, getRedirectTarget.

Setters

setQdata.