gtk-d v1.7.6 (2015-05-02T14:31:17Z)
Home
Dub
Repo
Bin.addOnElementAdded
gstreamer
Bin
Bin
Will be emitted after the element was added to the bin.
class
Bin
void
addOnElementAdded
(
void
delegate
(
Element
,
Bin
)
dlg
,
ConnectFlags
connectFlags
= cast(
ConnectFlags
)0
)
Meta
Source
See Implementation
gstreamer
Bin
Bin
constructors
this
functions
add
addOnElementAdded
addOnElementRemoved
findUnconnectedPad
getBinStruct
getByInterface
getByName
getByNameRecurseUp
getStruct
iterateAllByInterface
iterateElements
iterateRecurse
iterateSinks
iterateSorted
iterateSources
remove
setStruct
static functions
callBackElementAdded
callBackElementRemoved
variables
connectedSignals
gstBin
onElementAddedListeners
onElementRemovedListeners
Will be emitted after the element was added to the bin.