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

GI.GObject.Objects.ParamSpecBoolean

Description

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

Synopsis

Exported types

newtype ParamSpecBoolean Source #

Memory-managed wrapper type.

Constructors

ParamSpecBoolean (ManagedPtr ParamSpecBoolean) 

Instances

Instances details
Eq ParamSpecBoolean Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecBoolean

BoxedPtr ParamSpecBoolean Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecBoolean

ManagedPtrNewtype ParamSpecBoolean Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecBoolean

TypedObject ParamSpecBoolean Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecBoolean

Methods

glibType :: IO GType

HasParentTypes ParamSpecBoolean Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecBoolean

type ParentTypes ParamSpecBoolean Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecBoolean

type ParentTypes ParamSpecBoolean = '[ParamSpec]

class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecBoolean o) => IsParamSpecBoolean o Source #

Type class for types which can be safely cast to ParamSpecBoolean, for instance with toParamSpecBoolean.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecBoolean o) => IsParamSpecBoolean o Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecBoolean

toParamSpecBoolean :: (MonadIO m, IsParamSpecBoolean o) => o -> m ParamSpecBoolean Source #

Cast to ParamSpecBoolean, 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.