![]() |
![]() |
![]() |
Evolution-Data-Server Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <libedata-book/libedata-book.h> #define EDS_ADDRESS_BOOK_MODULES struct EDataBookFactory; struct EDataBookFactoryClass; EDBusServer * e_data_book_factory_new (GCancellable *cancellable
,GError **error
); ESourceRegistry * e_data_book_factory_get_registry (EDataBookFactory *factory
);
This class handles incomming D-Bus connections and creates the EDataBook layer for server side addressbooks to communicate with client side EBookClient objects.
#define EDS_ADDRESS_BOOK_MODULES "EDS_ADDRESS_BOOK_MODULES"
This environment variable configures where the address book factory loads it's backend modules from.
struct EDataBookFactory { EDataFactory parent; EDataBookFactoryPrivate *priv; };
EDBusServer * e_data_book_factory_new (GCancellable *cancellable
,GError **error
);
ESourceRegistry * e_data_book_factory_get_registry (EDataBookFactory *factory
);
Returns the ESourceRegistry owned by factory
.
|
an EDataBookFactory |
Returns : |
the ESourceRegistry |
Since 3.6