Gio.DBusServer.prototype.get_client_address

function get_client_address(): String {
    // Gjs wrapper for g_dbus_server_get_client_address()
}
  

Gets a D-Bus address string that can be used by clients to connect to server.

Since 2.26

Returns

A D-Bus address string. Do not free, the string is owned by server.