![]() |
![]() |
![]() |
libjana-ecal Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct JanaEcalStore; JanaStore * jana_ecal_store_new (JanaComponentType type
); JanaStore * jana_ecal_store_new_from_uid (const gchar *uid
,JanaComponentType type
);
JanaEcalStore is an implementation of JanaStore that provides a wrapper over ECal, using libecal.
JanaStore * jana_ecal_store_new (JanaComponentType type
);
Opens or creates the default evolution-data-server system storage for the specified type of component.
|
The type of store to create/open |
Returns : |
A JanaEcalStore that wraps the evolution-data-server system storage of the specified component type, cast as a JanaStore. |
JanaStore * jana_ecal_store_new_from_uid (const gchar *uid
,JanaComponentType type
);
Opens or creates an evolution-data-server storage for the given uid and the specified type of component.
|
The uid to the store |
|
The type of store to create/open |
Returns : |
A JanaEcalStore that wraps an evolution-data-server storage of the specified component type for the given uid, cast as a JanaStore. |