EDataFactory

EDataFactory — an abstract base class for a D-Bus server

Functions

Properties

gboolean online Read / Write / Construct

Types and Values

struct EDataFactory

Object Hierarchy

    GObject
    ╰── EDBusServer
        ╰── EDataFactory

Implemented Interfaces

EDataFactory implements EExtensible and GInitable.

Includes

#include <libebackend/e-data-factory>

Description

Functions

e_data_factory_get_backend ()

EBackend *
e_data_factory_get_backend (EDataFactory *factory,
                            const gchar *hash_key,
                            ESource *source);

e_data_factory_get_online ()

gboolean
e_data_factory_get_online (EDataFactory *factory);

e_data_factory_set_online ()

void
e_data_factory_set_online (EDataFactory *factory,
                           gboolean online);

Types and Values

struct EDataFactory

struct EDataFactory;

Contains only private data that should be read and manipulated using the functions below.

Since 3.4

Property Details

The “online” property

  “online”                   gboolean

Whether the server is online.

Flags: Read / Write / Construct

Default value: TRUE