emitInterfaceProxyPropertiesChanged
fun emitInterfaceProxyPropertiesChanged(objectProxy: DBusObjectProxy, interfaceProxy: DBusProxy, changedProperties: <Error class: unknown class>, invalidatedProperties: List<String>)(source)
Emits the "interface-proxy-properties-changed" signal. See onInterfaceProxyPropertiesChanged.
Since
2.30
Parameters
objectProxy
The #GDBusObjectProxy on which an interface has properties that are changing.
interfaceProxy
The #GDBusProxy that has properties that are changing.
changedProperties
A #GVariant containing the properties that changed (type: a{sv}
).
invalidatedProperties
A null terminated array of properties that were invalidated.