gtk-d v3.5.1 (2017-01-10T22:24:21Z)
Home
Dub
Repo
Cancellable.OnCancelledDelegateWrapper
gio
Cancellable
Cancellable
Undocumented in source.
class
Cancellable
protected
class
OnCancelledDelegateWrapper {
void
delegate
(
Cancellable
)
dlg
;
gulong
handlerId
;
ConnectFlags
flags
;
this
(void delegate(Cancellable) dlg, gulong handlerId, ConnectFlags flags);
}
Constructors
this
this
(void delegate(Cancellable) dlg, gulong handlerId, ConnectFlags flags)
Undocumented in source.
Members
Variables
dlg
void
delegate
(
Cancellable
)
dlg
;
Undocumented in source.
flags
ConnectFlags
flags
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
Cancellable
Cancellable
classes
OnCancelledDelegateWrapper
constructors
this
functions
addOnCancelled
cancel
connect
disconnect
getCancellableStruct
getFd
getStruct
internalRemoveOnCancelled
isCancelled
makePollfd
popCurrent
pushCurrent
releaseFd
reset
setErrorIfCancelled
setStruct
sourceNew
static functions
callBackCancelled
callBackCancelledDestroy
getCurrent
getType
variables
gCancellable
onCancelledListeners