Gio.DBusSignalCallback
function onDBusSignalCallback(connection: Gio.DBusConnection, sender_name: String, object_path: String, interface_name: String, signal_name: String, parameters: GLib.Variant): void { }
Signature for callback function used in Gio.DBusConnection.prototype.signal_subscribe.
Since 2.26
- connection
- sender_name
The unique bus name of the sender of the signal.
- object_path
The object path that the signal was emitted on.
- interface_name
The name of the interface.
- signal_name
The name of the signal.
- parameters
A GLib.Variant tuple with parameters for the signal.