Top | ![]() |
![]() |
![]() |
![]() |
DeeClientDeeClient — Creates a client object you can use to connect to a DeeServer. |
DeeClient *
dee_client_new (const gchar *swarm_name
);
Creates a new instance of DeeClient and tries to connect to DeeServer
created using dee_server_new()
. The “swarm-leader” property will
be set once the client connects.
DeeClient * dee_client_new_for_address (const gchar *swarm_name
,const gchar *bus_address
);
Creates a new instance of DeeClient and tries to connect to bus_address
.
The “swarm-leader” property will be set once the client connects.
“bus-address”
property“bus-address” gchar *
Bus address to use for the connection.
Flags: Read / Write / Construct Only
Default value: NULL