struct Gio::DBusObjectSkeleton::AuthorizeMethodSignal

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.cr

Instance Method Summary

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 #

[View source]
def connect(handler : Proc(Gio::DBusInterfaceSkeleton, Gio::DBusMethodInvocation, Bool), *, after : Bool = false) : GObject::SignalConnection #

[View source]

[View source]
def emit(interface : Gio::DBusInterfaceSkeleton, invocation : Gio::DBusMethodInvocation) : Nil #

[View source]
def name : String #
Description copied from struct GObject::Signal

The signal name


[View source]