[ 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.
swarm_name |
Name of swarm to join. |
bus_address |
D-Bus address to use when connecting to the server. |
A newly constructed Client. |