| Copyright | Will Thompson and Iñaki García Etxebarria |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.Clutter.Objects.ShaderInt
Contents
Description
No description available in the introspection data.
Synopsis
- newtype ShaderInt = ShaderInt (ManagedPtr ShaderInt)
- class (BoxedPtr o, TypedObject o, IsDescendantOf ShaderInt o) => IsShaderInt o
- toShaderInt :: (MonadIO m, IsShaderInt o) => o -> m ShaderInt
Exported types
Memory-managed wrapper type.
Instances
| Eq ShaderInt Source # | |
| BoxedPtr ShaderInt Source # | |
Defined in GI.Clutter.Objects.ShaderInt | |
| ManagedPtrNewtype ShaderInt Source # | |
Defined in GI.Clutter.Objects.ShaderInt Methods toManagedPtr :: ShaderInt -> ManagedPtr ShaderInt | |
| TypedObject ShaderInt Source # | |
Defined in GI.Clutter.Objects.ShaderInt | |
| HasParentTypes ShaderInt Source # | |
Defined in GI.Clutter.Objects.ShaderInt | |
| type ParentTypes ShaderInt Source # | |
Defined in GI.Clutter.Objects.ShaderInt | |
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
| (BoxedPtr o, TypedObject o, IsDescendantOf ShaderInt o) => IsShaderInt o Source # | |
Defined in GI.Clutter.Objects.ShaderInt | |
toShaderInt :: (MonadIO m, IsShaderInt o) => o -> m ShaderInt Source #