| 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.Structs.EventSequence
Contents
Description
The EventSequence structure is an opaque
 type used to denote the event sequence of a touch event.
Since: 1.12
Synopsis
- newtype EventSequence = EventSequence (ManagedPtr EventSequence)
 
Exported types
newtype EventSequence Source #
Memory-managed wrapper type.
Constructors
| EventSequence (ManagedPtr EventSequence) | 
Instances
| Eq EventSequence Source # | |
Defined in GI.Clutter.Structs.EventSequence Methods (==) :: EventSequence -> EventSequence -> Bool # (/=) :: EventSequence -> EventSequence -> Bool #  | |
| GBoxed EventSequence Source # | |
Defined in GI.Clutter.Structs.EventSequence  | |
| ManagedPtrNewtype EventSequence Source # | |
Defined in GI.Clutter.Structs.EventSequence Methods toManagedPtr :: EventSequence -> ManagedPtr EventSequence  | |
| TypedObject EventSequence Source # | |
Defined in GI.Clutter.Structs.EventSequence  | |
| HasParentTypes EventSequence Source # | |
Defined in GI.Clutter.Structs.EventSequence  | |
| IsGValue (Maybe EventSequence) Source # | Convert   | 
Defined in GI.Clutter.Structs.EventSequence Methods gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe EventSequence -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe EventSequence)  | |
| type ParentTypes EventSequence Source # | |
Defined in GI.Clutter.Structs.EventSequence  | |