![]() |
![]() |
![]() |
evolution-kolab_addressbook Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
struct EBookBackendKolab; struct EBookBackendKolabClass; #define E_BOOK_BACKEND_KOLAB__CLASS (cls) EBookBackend * e_book_backend_kolab_new (void
); void e_book_backend_kolab_set_koma_table (EBookBackendKolab *kolab
,GHashTable *koma_objects
);
GObject +----EBackend +----EBookBackend +----EBookBackendSync +----EBookBackendKolab
struct EBookBackendKolabClass { EBookBackendSyncClass parent_class; };
void e_book_backend_kolab_set_koma_table (EBookBackendKolab *kolab
,GHashTable *koma_objects
);
This method has to be called before any other method which accesses Kolab infrastructure. In this case it should be called from e-book-backend-kolab-factory during creation of a new EBookBackendKolab instance.
|
An EBookBackendKolab object. |
|
A GHashTable to contain the required KoMA instances. |