Client


Description:

[ CCode ( has_construct_function = false ) ]
public Client (string name, string object)

This function creates a new client that connects to a specific server on DBus.

That server is at a specific location sharing a known object. The interface is assumed by the code to be the DBus menu interface. The newly created client will start sending out events as it syncs up with the server.

Parameters:

name

The DBus name for the server to connect to

object

The object on the server to monitor

Returns:

A brand new Client