struct Gio::DBusObjectSkeleton::AuthorizeMethodSignal
- Gio::DBusObjectSkeleton::AuthorizeMethodSignal
- GObject::Signal
- Struct
- Value
- Object
Overview
Emitted when a method is invoked by a remote caller and used to determine if the method call is authorized.
This signal is like #GDBusInterfaceSkeleton's #GDBusInterfaceSkeleton::g-authorize-method signal, except that it is for the enclosing object.
The default class handler just returns true
.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/d_bus_object_skeleton.crInstance Method Summary
- #connect(*, after : Bool = false, &block : Proc(Gio::DBusInterfaceSkeleton, Gio::DBusMethodInvocation, Bool)) : GObject::SignalConnection
- #connect(handler : Proc(Gio::DBusInterfaceSkeleton, Gio::DBusMethodInvocation, Bool), *, after : Bool = false) : GObject::SignalConnection
- #connect(handler : Proc(Gio::DBusObjectSkeleton, Gio::DBusInterfaceSkeleton, Gio::DBusMethodInvocation, Bool), *, after : Bool = false) : GObject::SignalConnection
- #emit(interface : Gio::DBusInterfaceSkeleton, invocation : Gio::DBusMethodInvocation) : Nil
-
#name : String
The signal name
Instance methods inherited from struct GObject::Signal
[](detail : String) : self
[],
name : String
name
Constructor methods inherited from struct GObject::Signal
new(source : GObject::Object, detail : Nil | String = nil)
new
Instance Method Detail
def connect(*, after : Bool = false, &block : Proc(Gio::DBusInterfaceSkeleton, Gio::DBusMethodInvocation, Bool)) : GObject::SignalConnection
#
def connect(handler : Proc(Gio::DBusInterfaceSkeleton, Gio::DBusMethodInvocation, Bool), *, after : Bool = false) : GObject::SignalConnection
#
def connect(handler : Proc(Gio::DBusObjectSkeleton, Gio::DBusInterfaceSkeleton, Gio::DBusMethodInvocation, Bool), *, after : Bool = false) : GObject::SignalConnection
#