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

GI.GObject.Objects.ParamSpecUInt

Description

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

Synopsis

Exported types

newtype ParamSpecUInt Source #

Memory-managed wrapper type.

Instances

Instances details
Eq ParamSpecUInt Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt

BoxedPtr ParamSpecUInt Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt

ManagedPtrNewtype ParamSpecUInt Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt

TypedObject ParamSpecUInt Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt

Methods

glibType :: IO GType #

HasParentTypes ParamSpecUInt Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt

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

Defined in GI.GObject.Objects.ParamSpecUInt

Methods

getField :: ParamSpecUInt -> p #

(info ~ ResolveParamSpecUIntMethod t ParamSpecUInt, OverloadedMethodInfo info ParamSpecUInt) => IsLabel t (MethodProxy info ParamSpecUInt) Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt

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

Defined in GI.GObject.Objects.ParamSpecUInt

Methods

fromLabel :: ParamSpecUInt -> p #

type ParentTypes ParamSpecUInt Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt

class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecUInt o) => IsParamSpecUInt o Source #

Type class for types which can be safely cast to ParamSpecUInt, for instance with toParamSpecUInt.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecUInt o) => IsParamSpecUInt o Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt

toParamSpecUInt :: (MonadIO m, IsParamSpecUInt o) => o -> m ParamSpecUInt Source #

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