DBusSignalCallback
typealias DBusSignalCallback = (connection: DBusConnection, senderName: String?, objectPath: String, interfaceName: String, signalName: String, <Error class: unknown class>) -> Unit(source)
Signature for callback function used in g_dbus_connection_signal_subscribe().
param
connectionA #GDBusConnection.param
senderNameThe unique bus name of the sender of the signal, or null on a peer-to-peer D-Bus connection.param
objectPathThe object path that the signal was emitted on.param
interfaceNameThe name of the interface.param
signalNameThe name of the signal.param
parametersA #GVariant tuple with parameters for the signal.