gtk-d v3.7.4 (2018-02-28T22:18:57Z)
Home
Dub
Repo
Bus.OnSyncMessageDelegateWrapper
gstreamer
Bus
Bus
Undocumented in source.
class
Bus
protected
class
OnSyncMessageDelegateWrapper {
void
delegate
(
Message
,
Bus
)
dlg
;
gulong
handlerId
;
this
(void delegate(Message, Bus) dlg);
void
remove
(OnSyncMessageDelegateWrapper source);
}
Constructors
this
this
(void delegate(Message, Bus) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnSyncMessageDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
Message
,
Bus
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gstreamer
Bus
Bus
classes
OnMessageDelegateWrapper
OnSyncMessageDelegateWrapper
constructors
this
functions
addOnMessage
addOnSyncMessage
addSignalWatch
addSignalWatchFull
addWatch
addWatchFull
asyncSignalFunc
createWatch
disableSyncMessageEmission
enableSyncMessageEmission
getBusStruct
getStruct
havePending
peek
poll
pop
popFiltered
post
removeSignalWatch
removeWatch
setFlushing
setStruct
setSyncHandler
syncSignalHandler
timedPop
timedPopFiltered
static functions
callBackMessage
callBackMessageDestroy
callBackSyncMessage
callBackSyncMessageDestroy
getType
syncHandlerCallBack
watchCallBack
variables
gstBus
onMessageListeners
onSyncHandlerListener
onSyncMessageListeners
onWatchListener