| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Gst.Objects.GhostPad
Contents
Description
- newtype GhostPad = GhostPad (ForeignPtr GhostPad)
- class GObject o => GhostPadK o
- toGhostPad :: GhostPadK o => o -> IO GhostPad
- noGhostPad :: Maybe GhostPad
- ghostPadActivateModeDefault :: (MonadIO m, PadK a, ObjectK b) => a -> Maybe b -> PadMode -> Bool -> m Bool
- data GhostPadConstructMethodInfo
- ghostPadConstruct :: (MonadIO m, GhostPadK a) => a -> m Bool
- data GhostPadGetTargetMethodInfo
- ghostPadGetTarget :: (MonadIO m, GhostPadK a) => a -> m Pad
- ghostPadInternalActivateModeDefault :: (MonadIO m, PadK a, ObjectK b) => a -> Maybe b -> PadMode -> Bool -> m Bool
- ghostPadNew :: (MonadIO m, PadK a) => Maybe Text -> a -> m GhostPad
- ghostPadNewFromTemplate :: (MonadIO m, PadK a, PadTemplateK b) => Maybe Text -> a -> b -> m GhostPad
- ghostPadNewNoTarget :: MonadIO m => Maybe Text -> PadDirection -> m GhostPad
- ghostPadNewNoTargetFromTemplate :: (MonadIO m, PadTemplateK a) => Maybe Text -> a -> m GhostPad
- data GhostPadSetTargetMethodInfo
- ghostPadSetTarget :: (MonadIO m, GhostPadK a, PadK b) => a -> Maybe b -> m Bool
Exported types
Constructors
| GhostPad (ForeignPtr GhostPad) |
Instances
| GObject GhostPad Source | |
| ((~) * info (ResolveGhostPadMethod t GhostPad), MethodInfo * info GhostPad p) => IsLabel t (GhostPad -> p) Source | |
| ((~) * info (ResolveGhostPadMethod t GhostPad), MethodInfo * info GhostPad p) => IsLabelProxy t (GhostPad -> p) Source | |
| type ParentTypes GhostPad Source | |
| type AttributeList GhostPad Source | |
| type SignalList GhostPad Source | |
class GObject o => GhostPadK o Source
Instances
| (GObject o, IsDescendantOf GhostPad o) => GhostPadK o Source | |
toGhostPad :: GhostPadK o => o -> IO GhostPad Source
Methods
ghostPadActivateModeDefault
ghostPadActivateModeDefault :: (MonadIO m, PadK a, ObjectK b) => a -> Maybe b -> PadMode -> Bool -> m Bool Source
ghostPadConstruct
data GhostPadConstructMethodInfo Source
Instances
| ((~) (TYPE Lifted) signature (m Bool), MonadIO m, GhostPadK a) => MethodInfo (TYPE Lifted) GhostPadConstructMethodInfo a signature Source | |
ghostPadConstruct :: (MonadIO m, GhostPadK a) => a -> m Bool Source
ghostPadGetTarget
data GhostPadGetTargetMethodInfo Source
Instances
| ((~) (TYPE Lifted) signature (m Pad), MonadIO m, GhostPadK a) => MethodInfo (TYPE Lifted) GhostPadGetTargetMethodInfo a signature Source | |
ghostPadGetTarget :: (MonadIO m, GhostPadK a) => a -> m Pad Source
ghostPadInternalActivateModeDefault
ghostPadInternalActivateModeDefault :: (MonadIO m, PadK a, ObjectK b) => a -> Maybe b -> PadMode -> Bool -> m Bool Source
ghostPadNew
ghostPadNewFromTemplate
ghostPadNewFromTemplate :: (MonadIO m, PadK a, PadTemplateK b) => Maybe Text -> a -> b -> m GhostPad Source
ghostPadNewNoTarget
ghostPadNewNoTarget :: MonadIO m => Maybe Text -> PadDirection -> m GhostPad Source
ghostPadNewNoTargetFromTemplate
ghostPadNewNoTargetFromTemplate :: (MonadIO m, PadTemplateK a) => Maybe Text -> a -> m GhostPad Source