gtk-d v3.6.6 (2017-08-06T14:57:30Z)
Home
Dub
Repo
MountT.OnChangedDelegateWrapper
gio
MountT
MountT
Undocumented in source.
template
MountT
(TStruct)
protected
class
OnChangedDelegateWrapper {
void
delegate
(
MountIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(MountIF) dlg);
void
remove
(OnChangedDelegateWrapper source);
}
Constructors
this
this
(void delegate(MountIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnChangedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
void
delegate
(
MountIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
MountT
MountT
classes
OnChangedDelegateWrapper
OnPreUnmountDelegateWrapper
OnUnmountedDelegateWrapper
functions
addOnChanged
addOnPreUnmount
addOnUnmounted
canEject
canUnmount
eject
ejectFinish
ejectWithOperation
ejectWithOperationFinish
getDefaultLocation
getDrive
getIcon
getMountStruct
getName
getRoot
getSortKey
getSymbolicIcon
getUuid
getVolume
guessContentType
guessContentTypeFinish
guessContentTypeSync
isShadowed
remount
remountFinish
shadow
unmount
unmountFinish
unmountWithOperation
unmountWithOperationFinish
unshadow
static functions
callBackChanged
callBackChangedDestroy
callBackPreUnmount
callBackPreUnmountDestroy
callBackUnmounted
callBackUnmountedDestroy
variables
onChangedListeners
onPreUnmountListeners
onUnmountedListeners