gi-gobject-2.0.23: 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.ParamSpecUnichar

Description

A ParamSpec derived structure that contains the meta data for unichar (unsigned integer) properties.

Synopsis

Exported types

class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecUnichar o) => IsParamSpecUnichar o Source #

Type class for types which can be safely cast to ParamSpecUnichar, for instance with toParamSpecUnichar.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecUnichar o) => IsParamSpecUnichar o Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUnichar

toParamSpecUnichar :: (MonadIO m, IsParamSpecUnichar o) => o -> m ParamSpecUnichar Source #

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

Methods

Overloaded methods