DataCalView


Description:

[ CCode ( has_construct_function = false ) ]
public DataCalView (void* backend, void* sexp, DBusConnection connection, string object_path) throws Error

Creates a new DataCalView and exports its D-Bus interface on connection at object_path.

If an error occurs while exporting, the function sets throws and returns null.

Parameters:

backend

an CalBackend

sexp

an CalBackendSExp

connection

a DBusConnection

object_path

an object path for the view

Returns:

a new DataCalView, or null on error