![]() |
![]() |
![]() |
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_uri (const gchar *uri
,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_uri (const gchar *uri
,JanaComponentType type
);
Opens or creates an evolution-data-server storage at the given uri for the specified type of component.
|
The uri 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 at the given uri, cast as a JanaStore. |
"ecal"
property "ecal" ECal* : Read / Write / Construct Only
The ECal represented by this JanaStore object.
"type"
property"type" gint : Read / Write / Construct Only
The component type stored in this JanaStore object.
Allowed values: [0,3]
Default value: 0