[ 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.
| backend |
an CalBackend |
| connection | |
| object_path |
object path for the D-Bus interface |
|
an DataCal, or null on error |