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

Description

The Action structure contains only private data and should be accessed using the provided API.

Since: 1.4

Synopsis

Exported types

newtype Action Source #

Memory-managed wrapper type.

Constructors

Action (ManagedPtr Action) 

Instances

Instances details
Eq Action Source # 
Instance details

Defined in GI.Clutter.Objects.Action

Methods

(==) :: Action -> Action -> Bool #

(/=) :: Action -> Action -> Bool #

GObject Action Source # 
Instance details

Defined in GI.Clutter.Objects.Action

ManagedPtrNewtype Action Source # 
Instance details

Defined in GI.Clutter.Objects.Action

Methods

toManagedPtr :: Action -> ManagedPtr Action

TypedObject Action Source # 
Instance details

Defined in GI.Clutter.Objects.Action

Methods

glibType :: IO GType

HasParentTypes Action Source # 
Instance details

Defined in GI.Clutter.Objects.Action

IsGValue (Maybe Action) Source #

Convert Action to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Clutter.Objects.Action

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe Action -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe Action)

type ParentTypes Action Source # 
Instance details

Defined in GI.Clutter.Objects.Action

type ParentTypes Action = '[ActorMeta, Object]

class (GObject o, IsDescendantOf Action o) => IsAction o Source #

Type class for types which can be safely cast to Action, for instance with toAction.

Instances

Instances details
(GObject o, IsDescendantOf Action o) => IsAction o Source # 
Instance details

Defined in GI.Clutter.Objects.Action

toAction :: (MonadIO m, IsAction o) => o -> m Action Source #

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

Methods