ESourceConfig

ESourceConfig

Functions

Description

Functions

e_source_config_new ()

GtkWidget *
e_source_config_new (ESourceRegistry *registry,
                     ESource *original_source);

e_source_config_new is deprecated and should not be used in newly-written code.


e_source_config_insert_widget ()

void
e_source_config_insert_widget (ESourceConfig *config,
                               ESource *scratch_source,
                               const gchar *caption,
                               GtkWidget *widget);

e_source_config_insert_widget is deprecated and should not be used in newly-written code.


e_source_config_get_page ()

GtkWidget *
e_source_config_get_page (ESourceConfig *config,
                          ESource *scratch_source);

e_source_config_get_page is deprecated and should not be used in newly-written code.


e_source_config_select_page ()

void
e_source_config_select_page (ESourceConfig *config,
                             ESource *scratch_source);

e_source_config_select_page is deprecated and should not be used in newly-written code.


e_source_config_get_backend_extension_name ()

const gchar *
e_source_config_get_backend_extension_name
                               (ESourceConfig *config);

e_source_config_get_backend_extension_name is deprecated and should not be used in newly-written code.


e_source_config_list_eligible_collections ()

GList *
e_source_config_list_eligible_collections
                               (ESourceConfig *config);

e_source_config_list_eligible_collections is deprecated and should not be used in newly-written code.


e_source_config_check_complete ()

gboolean
e_source_config_check_complete (ESourceConfig *config);

e_source_config_check_complete is deprecated and should not be used in newly-written code.


e_source_config_get_original_source ()

ESource *
e_source_config_get_original_source (ESourceConfig *config);

e_source_config_get_original_source is deprecated and should not be used in newly-written code.


e_source_config_get_collection_source ()

ESource *
e_source_config_get_collection_source (ESourceConfig *config);

e_source_config_get_collection_source is deprecated and should not be used in newly-written code.


e_source_config_list_candidates ()

GSList *
e_source_config_list_candidates (ESourceConfig *config);

e_source_config_list_candidates is deprecated and should not be used in newly-written code.


e_source_config_get_registry ()

ESourceRegistry *
e_source_config_get_registry (ESourceConfig *config);

e_source_config_get_registry is deprecated and should not be used in newly-written code.


e_source_config_resize_window ()

void
e_source_config_resize_window (ESourceConfig *config);

e_source_config_resize_window is deprecated and should not be used in newly-written code.


e_source_config_commit ()

void
e_source_config_commit (ESourceConfig *config,
                        GCancellable *cancellable,
                        GAsyncReadyCallback callback,
                        gpointer user_data);

e_source_config_commit is deprecated and should not be used in newly-written code.


e_source_config_commit_finish ()

gboolean
e_source_config_commit_finish (ESourceConfig *config,
                               GAsyncResult *result,
                               GError **error);

e_source_config_commit_finish is deprecated and should not be used in newly-written code.


e_source_config_add_refresh_interval ()

void
e_source_config_add_refresh_interval (ESourceConfig *config,
                                      ESource *scratch_source);

e_source_config_add_refresh_interval is deprecated and should not be used in newly-written code.


e_source_config_add_secure_connection ()

void
e_source_config_add_secure_connection (ESourceConfig *config,
                                       ESource *scratch_source);

e_source_config_add_secure_connection is deprecated and should not be used in newly-written code.


e_source_config_add_secure_connection_for_webdav ()

void
e_source_config_add_secure_connection_for_webdav
                               (ESourceConfig *config,
                                ESource *scratch_source);

e_source_config_add_secure_connection_for_webdav is deprecated and should not be used in newly-written code.


e_source_config_add_user_entry ()

GtkWidget *
e_source_config_add_user_entry (ESourceConfig *config,
                                ESource *scratch_source);

e_source_config_add_user_entry is deprecated and should not be used in newly-written code.

Types and Values