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

Description

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

Synopsis

Exported types

newtype ParamSpecInt64 Source #

Memory-managed wrapper type.

Constructors

ParamSpecInt64 (ManagedPtr ParamSpecInt64) 

Instances

Instances details
Eq ParamSpecInt64 Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt64

BoxedPtr ParamSpecInt64 Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt64

ManagedPtrNewtype ParamSpecInt64 Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt64

TypedObject ParamSpecInt64 Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt64

Methods

glibType :: IO GType

HasParentTypes ParamSpecInt64 Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt64

type ParentTypes ParamSpecInt64 Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt64

type ParentTypes ParamSpecInt64 = '[ParamSpec]

class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecInt64 o) => IsParamSpecInt64 o Source #

Type class for types which can be safely cast to ParamSpecInt64, for instance with toParamSpecInt64.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecInt64 o) => IsParamSpecInt64 o Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt64

toParamSpecInt64 :: (MonadIO m, IsParamSpecInt64 o) => o -> m ParamSpecInt64 Source #

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

Methods

Overloaded methods