Client.for_address


Description:

[ CCode ( has_construct_function = false ) ]
public Client.for_address (string swarm_name, string bus_address)

Creates a new instance of Client and tries to connect to bus_address.

The swarm_leader property will be set once the client connects.

Parameters:

swarm_name

Name of swarm to join.

bus_address

D-Bus address to use when connecting to the server.

Returns:

A newly constructed Client.