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

Description

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

Synopsis

Exported types

newtype ParamSpecULong Source #

Memory-managed wrapper type.

Constructors

ParamSpecULong (ManagedPtr ParamSpecULong) 

Instances

Instances details
Eq ParamSpecULong Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecULong

BoxedPtr ParamSpecULong Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecULong

ManagedPtrNewtype ParamSpecULong Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecULong

TypedObject ParamSpecULong Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecULong

Methods

glibType :: IO GType

HasParentTypes ParamSpecULong Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecULong

type ParentTypes ParamSpecULong Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecULong

type ParentTypes ParamSpecULong = '[ParamSpec]

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

Overloaded methods