gi-gobject
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.GObject.Objects.ParamSpecUChar

Description

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

Synopsis

Exported types

newtype ParamSpecUChar Source #

Memory-managed wrapper type.

Instances

Instances details
Eq ParamSpecUChar Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUChar

BoxedPtr ParamSpecUChar Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUChar

ManagedPtrNewtype ParamSpecUChar Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUChar

TypedObject ParamSpecUChar Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUChar

Methods

glibType :: IO GType #

HasParentTypes ParamSpecUChar Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUChar

(info ~ ResolveParamSpecUCharMethod t ParamSpecUChar, OverloadedMethod info ParamSpecUChar p, HasField t ParamSpecUChar p) => HasField (t :: Symbol) ParamSpecUChar (p :: Type) Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUChar

Methods

getField :: ParamSpecUChar -> p #

(info ~ ResolveParamSpecUCharMethod t ParamSpecUChar, OverloadedMethodInfo info ParamSpecUChar) => IsLabel t (MethodProxy info ParamSpecUChar) Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUChar

(info ~ ResolveParamSpecUCharMethod t ParamSpecUChar, OverloadedMethod info ParamSpecUChar p) => IsLabel t (ParamSpecUChar -> p) Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUChar

Methods

fromLabel :: ParamSpecUChar -> p #

type ParentTypes ParamSpecUChar Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUChar

class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecUChar o) => IsParamSpecUChar o Source #

Type class for types which can be safely cast to ParamSpecUChar, for instance with toParamSpecUChar.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecUChar o) => IsParamSpecUChar o Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUChar

toParamSpecUChar :: (MonadIO m, IsParamSpecUChar o) => o -> m ParamSpecUChar Source #

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