DataCal


Description:

[ CCode ( has_construct_function = false ) ]
public DataCal (CalBackend backend, DBusConnection connection, string object_path) throws Error

Creates a new DataCal and exports the Calendar D-Bus interface on connection at object_path.

The DataCal handles incoming remote method invocations and forwards them to the backend . If the Calendar interface fails to export, the function sets throws and returns null.

Parameters:

backend

an CalBackend

connection

a DBusConnection

object_path

object path for the D-Bus interface

Returns:

an DataCal, or null on error