![]() |
![]() |
![]() |
Evolution Utilities Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
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
);
struct ESourceConfigBackend { EExtension parent; ESourceConfigBackendPrivate *priv; };
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
);