DBusObject

interface DBusObject

The #GDBusObject type is the base type for D-Bus objects on both the service side (see #GDBusObjectSkeleton) and the client side (see #GDBusObjectProxy). It is essentially just a container of interfaces.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val gioDBusObjectPointer: <Error class: unknown class><<Error class: unknown class>>

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
open fun getInterface(interfaceName: String): DBusInterface?

Gets the D-Bus interface with name @interface_name associated with

Link copied to clipboard
open fun getInterfaces(): <Error class: unknown class>

Gets the D-Bus interfaces associated with @object.

Link copied to clipboard
open fun getObjectPath(): String

Gets the object path for @object.