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

Description

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

Synopsis

Exported types

newtype ParamSpecInt Source #

Memory-managed wrapper type.

Constructors

ParamSpecInt (ManagedPtr ParamSpecInt) 

Instances

Instances details
Eq ParamSpecInt Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt

Methods

(==) :: ParamSpecInt -> ParamSpecInt -> Bool

(/=) :: ParamSpecInt -> ParamSpecInt -> Bool

BoxedPtr ParamSpecInt Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt

ManagedPtrNewtype ParamSpecInt Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt

Methods

toManagedPtr :: ParamSpecInt -> ManagedPtr ParamSpecInt

TypedObject ParamSpecInt Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt

Methods

glibType :: IO GType

HasParentTypes ParamSpecInt Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt

type ParentTypes ParamSpecInt Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt

type ParentTypes ParamSpecInt = '[ParamSpec]

class (BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecInt o) => IsParamSpecInt o Source #

Type class for types which can be safely cast to ParamSpecInt, for instance with toParamSpecInt.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ParamSpecInt o) => IsParamSpecInt o Source # 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt

toParamSpecInt :: (MonadIO m, IsParamSpecInt o) => o -> m ParamSpecInt Source #

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

Methods

Overloaded methods