![]() |
![]() |
![]() |
evolution-kolab_addressbook Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
EBookBackendKolabEBookBackendKolab — Evolution addressbook backend API implementation for Evolution-Kolab plugin. |
EBookBackendKolabClass; EBookBackendKolab; EBookBackend* e_book_backend_kolab_new (void
); void e_book_backend_kolab_set_koma_table (EBookBackendKolab *kolab
,GHashTable *koma_objects
);
typedef struct { EBookBackendSyncClass parent_class; } EBookBackendKolabClass;
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. |