| Evolution Utilities Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
Synopsis
struct ESourceConfigBackend; ESourceConfig * e_source_config_backend_get_config (ESourceConfigBackend *backend); gboolean e_source_config_backend_allow_creation (ESourceConfigBackend *backend); void e_source_config_backend_insert_widgets (ESourceConfigBackend *backend,ESource *scratch_source); gboolean e_source_config_backend_check_complete (ESourceConfigBackend *backend,ESource *scratch_source); void e_source_config_backend_commit_changes (ESourceConfigBackend *backend,ESource *scratch_source);
Details
struct ESourceConfigBackend
struct ESourceConfigBackend {
EExtension parent;
ESourceConfigBackendPrivate *priv;
};
e_source_config_backend_get_config ()
ESourceConfig * e_source_config_backend_get_config (ESourceConfigBackend *backend);
e_source_config_backend_allow_creation ()
gboolean e_source_config_backend_allow_creation
(ESourceConfigBackend *backend);
e_source_config_backend_insert_widgets ()
void e_source_config_backend_insert_widgets (ESourceConfigBackend *backend,ESource *scratch_source);
e_source_config_backend_check_complete ()
gboolean e_source_config_backend_check_complete (ESourceConfigBackend *backend,ESource *scratch_source);
e_source_config_backend_commit_changes ()
void e_source_config_backend_commit_changes (ESourceConfigBackend *backend,ESource *scratch_source);
