DBusObject
interface DBusObject
The GDBusObject
type is the base type for D-Bus objects on both the service side (see class@Gio.DBusObjectSkeleton) and the client side (see class@Gio.DBusObjectProxy). It is essentially just a container of interfaces.
Inheritors
Functions
Link copied to clipboard
open fun connectInterfaceAdded(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (interface: DBusInterface) -> Unit): <Error class: unknown class>
Emitted when @interface is added to @object.
Link copied to clipboard
open fun connectInterfaceRemoved(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (interface: DBusInterface) -> Unit): <Error class: unknown class>
Emitted when @interface is removed from @object.
Link copied to clipboard
Gets the D-Bus interface with name @interface_name associated with
Link copied to clipboard
Gets the D-Bus interfaces associated with @object.
Link copied to clipboard
Gets the object path for @object.