gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
PadTemplate.OnPadCreatedDelegateWrapper
gstreamer
PadTemplate
PadTemplate
Undocumented in source.
class
PadTemplate
protected
class
OnPadCreatedDelegateWrapper {
static
OnPadCreatedDelegateWrapper
[]
listeners
;
void
delegate
(
Pad
,
PadTemplate
)
dlg
;
gulong
handlerId
;
this
(void delegate(Pad, PadTemplate) dlg);
void
remove
(OnPadCreatedDelegateWrapper source);
}
Constructors
this
this
(void delegate(Pad, PadTemplate) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnPadCreatedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnPadCreatedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
Pad
,
PadTemplate
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gstreamer
PadTemplate
PadTemplate
classes
OnPadCreatedDelegateWrapper
constructors
this
functions
addOnPadCreated
getCaps
getPadTemplateStruct
getStruct
padCreated
setStruct
static functions
callBackPadCreated
callBackPadCreatedDestroy
getType
variables
gstPadTemplate