DBusObjectManager
interface DBusObjectManager
The GDBusObjectManager
type is the base type for service- and client-side implementations of the standardized org.freedesktop.DBus.ObjectManager
interface.
See class@Gio.DBusObjectManagerClient for the client-side implementation and class@Gio.DBusObjectManagerServer for the service-side implementation.
Inheritors
Properties
Link copied to clipboard
abstract val gioDBusObjectManagerPointer: <Error class: unknown class><<Error class: unknown class>>
Functions
Link copied to clipboard
open fun connectInterfaceAdded(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (object: DBusObject, 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: (object: DBusObject, interface: DBusInterface) -> Unit): <Error class: unknown class>
Emitted when @interface has been removed from @object.
Link copied to clipboard
open fun connectObjectAdded(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (object: DBusObject) -> Unit): <Error class: unknown class>
Emitted when @object is added to @manager.
Link copied to clipboard
open fun connectObjectRemoved(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (object: DBusObject) -> Unit): <Error class: unknown class>
Emitted when @object is removed from @manager.
Link copied to clipboard
Gets the interface proxy for @interface_name at @object_path, if any.
Link copied to clipboard
Gets the #GDBusObject at @object_path, if any.
Link copied to clipboard
Gets the object path that @manager is for.
Link copied to clipboard
Gets all #GDBusObject objects known to @manager.