gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
Cancellable.OnCancelledDelegateWrapper
gio
Cancellable
Cancellable
Undocumented in source.
class
Cancellable
protected
class
OnCancelledDelegateWrapper {
static
OnCancelledDelegateWrapper
[]
listeners
;
void
delegate
(
Cancellable
)
dlg
;
gulong
handlerId
;
this
(void delegate(Cancellable) dlg);
void
remove
(OnCancelledDelegateWrapper source);
}
Constructors
this
this
(void delegate(Cancellable) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnCancelledDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnCancelledDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
Cancellable
)
dlg
;
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
isCancelled
makePollfd
popCurrent
pushCurrent
releaseFd
reset
setErrorIfCancelled
setStruct
sourceNew
static functions
callBackCancelled
callBackCancelledDestroy
getCurrent
getType
variables
gCancellable