gi-gobject-2.0.27: 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.ParamSpecULong

Description

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

Synopsis

Exported types

class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecULong o) => IsParamSpecULong o Source #

Type class for types which can be safely cast to ParamSpecULong, for instance with toParamSpecULong.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecULong o) => IsParamSpecULong o Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecULong

toParamSpecULong :: (MonadIO m, IsParamSpecULong o) => o -> m ParamSpecULong Source #

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