gtk-d v3.7.3 (2017-12-16T16:21:49Z)
Home
Dub
Repo
DBusAuthObserver.OnAllowMechanismDelegateWrapper
gio
DBusAuthObserver
DBusAuthObserver
Undocumented in source.
class
DBusAuthObserver
protected
class
OnAllowMechanismDelegateWrapper {
bool
delegate
(
string
,
DBusAuthObserver
)
dlg
;
gulong
handlerId
;
this
(bool delegate(string, DBusAuthObserver) dlg);
void
remove
(OnAllowMechanismDelegateWrapper source);
}
Constructors
this
this
(bool delegate(string, DBusAuthObserver) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnAllowMechanismDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dlg
bool
delegate
(
string
,
DBusAuthObserver
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gio
DBusAuthObserver
DBusAuthObserver
classes
OnAllowMechanismDelegateWrapper
OnAuthorizeAuthenticatedPeerDelegateWrapper
constructors
this
functions
addOnAllowMechanism
addOnAuthorizeAuthenticatedPeer
allowMechanism
authorizeAuthenticatedPeer
getDBusAuthObserverStruct
getStruct
setStruct
static functions
callBackAllowMechanism
callBackAllowMechanismDestroy
callBackAuthorizeAuthenticatedPeer
callBackAuthorizeAuthenticatedPeerDestroy
getType
variables
gDBusAuthObserver
onAllowMechanismListeners
onAuthorizeAuthenticatedPeerListeners