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.ParamSpecUInt64

Description

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

Synopsis

Exported types

newtype ParamSpecUInt64 Source #

Memory-managed wrapper type.

Constructors

ParamSpecUInt64 (ManagedPtr ParamSpecUInt64) 

Instances

Instances details
Eq ParamSpecUInt64 Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt64

BoxedPtr ParamSpecUInt64 Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt64

ManagedPtrNewtype ParamSpecUInt64 Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt64

TypedObject ParamSpecUInt64 Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt64

Methods

glibType :: IO GType

HasParentTypes ParamSpecUInt64 Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt64

type ParentTypes ParamSpecUInt64 Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt64

type ParentTypes ParamSpecUInt64 = '[ParamSpec]

class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecUInt64 o) => IsParamSpecUInt64 o Source #

Type class for types which can be safely cast to ParamSpecUInt64, for instance with toParamSpecUInt64.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecUInt64 o) => IsParamSpecUInt64 o Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt64

toParamSpecUInt64 :: (MonadIO m, IsParamSpecUInt64 o) => o -> m ParamSpecUInt64 Source #

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

Methods

Overloaded methods