![]() |
![]() |
![]() |
Evolution API Reference: libecal, the Calendar Library | |
---|---|---|---|---|
ECal; #define E_CAL_VIEW (obj) #define E_CAL_VIEW_CLASS (klass) GType e_cal_view_get_type (void); ECalView* e_cal_view_new (GNOME_Evolution_Calendar_CalView corba_view, ECalViewListener *listener, struct _ECal *client);
"backend-died" : Run First "backend-error" : Run First "cal-opened" : Run First "cal-set-mode" : Run First
In the same way that an EBookView represents a view of an addressbook, the ECalView is a view of the ECal.
#define E_CAL_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TYPE_CAL_VIEW, ECalView))
obj : |
#define E_CAL_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), E_TYPE_CAL_VIEW, ECalViewClass))
klass : |
GType e_cal_view_get_type (void);
Registers the ECalView class if necessary, and returns the type ID assigned to it.
Returns : | The type ID of the ECalView class. |
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. |