|  |  |  | Evolution API Reference: libecal, the Calendar Library |  | 
|---|---|---|---|---|
                    ECalView;
ECalView*           e_cal_view_new                      (GNOME_Evolution_Calendar_CalView corba_view,
                                                         ECalViewListener *listener,
                                                         struct _ECal *client);
"client" ECal : Read / Write / Construct Only "listener" gpointer : Read / Write / Construct Only "view" gpointer : Read / Write / Construct Only
"objects-added" : Run First "objects-modified" : Run First "objects-removed" : Run First "view-done" : Run First "view-progress" : Run First
In the same way that an EBookView represents a view of an addressbook, the ECalView is a view of the ECal.
ECalView* e_cal_view_new (GNOME_Evolution_Calendar_CalView corba_view, ECalViewListener *listener, struct _ECal *client);
Creates a new view object by issuing the view creation request to the calendar server.
| corba_view: | The CORBA object for the view. | 
| listener: | An ECalViewListener. | 
| client: | An ECal object. | 
| Returns : | A newly-created view object, or NULL if the request failed. | 
"objects-added" signalvoid user_function (ECalView *ecalview, gpointer arg1, gpointer user_data) : Run First
| ecalview: | the object which received the signal. | 
| arg1: | |
| user_data: | user data set when the signal handler was connected. | 
"objects-modified" signalvoid user_function (ECalView *ecalview, gpointer arg1, gpointer user_data) : Run First
| ecalview: | the object which received the signal. | 
| arg1: | |
| user_data: | user data set when the signal handler was connected. | 
"objects-removed" signalvoid user_function (ECalView *ecalview, gpointer arg1, gpointer user_data) : Run First
| ecalview: | the object which received the signal. | 
| arg1: | |
| user_data: | user data set when the signal handler was connected. | 
"view-done" signalvoid user_function (ECalView *ecalview, gint arg1, gpointer user_data) : Run First
| ecalview: | the object which received the signal. | 
| arg1: | |
| user_data: | user data set when the signal handler was connected. |