DBusObjectProxy
open class DBusObjectProxy(pointer: <Error class: unknown class><<Error class: unknown class>>) : DBusObject
A GDBusObjectProxy
is an object used to represent a remote object with one or more D-Bus interfaces. Normally, you don’t instantiate a GDBusObjectProxy
yourself — typically class@Gio.DBusObjectManagerClient is used to obtain it.
Skipped during bindings generation
method
g-connection
: Property has no getter nor settermethod
g-object-path
: Property has no getter nor setter
Since
2.30
Constructors
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 connection that @proxy is for.
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.