EDataBookFactory

EDataBookFactory

Functions

EDBusServer * e_data_book_factory_new ()
ESourceRegistry * e_data_book_factory_get_registry ()

Types and Values

Object Hierarchy

    GObject
    ╰── EDBusServer
        ╰── EDataFactory
            ╰── EDataBookFactory

Implemented Interfaces

EDataBookFactory implements EExtensible and GInitable.

Description

Functions

e_data_book_factory_new ()

EDBusServer *
e_data_book_factory_new (GCancellable *cancellable,
                         GError **error);

e_data_book_factory_get_registry ()

ESourceRegistry *
e_data_book_factory_get_registry (EDataBookFactory *factory);

Returns the ESourceRegistry owned by factory .

Parameters

factory

an EDataBookFactory

 

Returns

the ESourceRegistry

Since 3.6

Types and Values

EDS_ADDRESS_BOOK_MODULES

#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

struct EDataBookFactory;