gi-gst-0.1.6.13: Gst bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gst.Objects.Device

Contents

Description

 

Synopsis

Exported types

newtype Device Source

Constructors

Device (ForeignPtr Device) 

Instances

GObject Device Source 
((~) * info (ResolveDeviceMethod t Device), MethodInfo * info Device p) => IsLabel t (Device -> p) Source 

Methods

fromLabel :: Proxy# Symbol t -> Device -> p

((~) * info (ResolveDeviceMethod t Device), MethodInfo * info Device p) => IsLabelProxy t (Device -> p) Source 

Methods

fromLabelProxy :: Proxy Symbol t -> Device -> p

type ParentTypes Device Source 
type AttributeList Device Source 
type SignalList Device Source 

class GObject o => DeviceK o Source

Instances

Methods

deviceCreateElement

deviceGetCaps

data DeviceGetCapsMethodInfo Source

Instances

((~) (TYPE Lifted) signature (m Caps), MonadIO m, DeviceK a) => MethodInfo (TYPE Lifted) DeviceGetCapsMethodInfo a signature Source 

deviceGetDeviceClass

deviceGetDisplayName

deviceGetProperties

deviceHasClasses

deviceHasClassesv

deviceHasClassesv :: (MonadIO m, DeviceK a) => a -> [Text] -> m Bool Source

deviceReconfigureElement

Properties

Caps

DeviceClass

DisplayName

Properties

Signals

Removed

type DeviceRemovedCallbackC = Ptr () -> Ptr () -> IO () Source