struct Gio::DBusObjectManagerClient::InterfaceProxySignalSignal

Overview

Emitted when a D-Bus signal is received on interface_proxy.

This signal exists purely as a convenience to avoid having to connect signals to all interface proxies managed by manager.

This signal is emitted in the [thread-default main context][g-main-context-push-thread-default] that manager was constructed in.

Defined in:

lib/gi-crystal/src/auto/gio-2.0/d_bus_object_manager_client.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::DBusObjectProxy, Gio::DBusProxy, String, String, GLib::Variant, Nil)) : GObject::SignalConnection #

[View source]
def connect(handler : Proc(Gio::DBusObjectProxy, Gio::DBusProxy, String, String, GLib::Variant, Nil), *, after : Bool = false) : GObject::SignalConnection #

[View source]

[View source]
def emit(object_proxy : Gio::DBusObjectProxy, interface_proxy : Gio::DBusProxy, sender_name : String, signal_name : String, parameters : _) : Nil #

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

The signal name


[View source]