[ Version ( since = "3.2" ) ]
public void add_view (DataCalView view)
Adds a view to the list of live views being run by the given backend.
Doing so means that any listener on the view will get notified of any change that affect the live view.
| this |
an CalBackend |
| view |
An DataCalView object. |