| Evolution-Data-Server Manual: Calendar Client (libecal) | ||||
|---|---|---|---|---|
| Top | Description | ||||
struct ECalView; struct _ECal * e_cal_view_get_client (ECalView *view); void e_cal_view_start (ECalView *view); void e_cal_view_stop (ECalView *view);
struct _ECal * e_cal_view_get_client (ECalView *view);
Get the ECal associated with this view.
|
A ECalView object. |
Returns : |
the associated client. |
Since 2.22
void e_cal_view_start (ECalView *view);
Starts a live query to the calendar/tasks backend.
|
A ECalView object. |
Since 2.22