gi-clutter-1.0.5: clutter GObject bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Clutter.Objects.ShaderInt

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ShaderInt Source #

Memory-managed wrapper type.

Constructors

ShaderInt (ManagedPtr ShaderInt) 

Instances

Instances details
Eq ShaderInt Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderInt

BoxedPtr ShaderInt Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderInt

ManagedPtrNewtype ShaderInt Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderInt

Methods

toManagedPtr :: ShaderInt -> ManagedPtr ShaderInt

TypedObject ShaderInt Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderInt

Methods

glibType :: IO GType

HasParentTypes ShaderInt Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderInt

type ParentTypes ShaderInt Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderInt

type ParentTypes ShaderInt = '[] :: [Type]

class (BoxedPtr o, TypedObject o, IsDescendantOf ShaderInt o) => IsShaderInt o Source #

Type class for types which can be safely cast to ShaderInt, for instance with toShaderInt.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ShaderInt o) => IsShaderInt o Source # 
Instance details

Defined in GI.Clutter.Objects.ShaderInt

toShaderInt :: (MonadIO m, IsShaderInt o) => o -> m ShaderInt Source #

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

Methods