[ Version ( since = "0.19.1" ) ]
public unowned string? get_object_path ()
Return the object path starting with CONN_OBJECT_PATH_BASE that represents this connection on D-Bus.
The returned string belongs to the BaseConnection and must be copied by the caller if it will be kept.
If this connection has never been present on D-Bus (tp_base_connection_register() has never been called), return null
instead.
this |
the connection |
the object path of this connection, or |