Top | ![]() |
![]() |
![]() |
![]() |
ESource * | collection-source | Read |
gboolean | complete | Read |
ESource * | original-source | Read / Write / Construct Only |
ESourceRegistry * | registry | Read / Write / Construct Only |
gboolean | check-complete | Run Last |
void | commit-changes | Run Last |
void | init-candidate | Run Last |
void | resize-window | Run Last |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── ESourceConfig ├── EBookSourceConfig ╰── ECalSourceConfig
GtkWidget * e_source_config_new (ESourceRegistry *registry
,ESource *original_source
);
void e_source_config_set_preselect_type (ESourceConfig *config
,const gchar *source_uid
);
const gchar *
e_source_config_get_preselect_type (ESourceConfig *config
);
void e_source_config_insert_widget (ESourceConfig *config
,ESource *scratch_source
,const gchar *caption
,GtkWidget *widget
);
GtkWidget * e_source_config_get_page (ESourceConfig *config
,ESource *scratch_source
);
void e_source_config_select_page (ESourceConfig *config
,ESource *scratch_source
);
const gchar *
e_source_config_get_backend_extension_name
(ESourceConfig *config
);
GList *
e_source_config_list_eligible_collections
(ESourceConfig *config
);
ESource *
e_source_config_get_original_source (ESourceConfig *config
);
ESource *
e_source_config_get_collection_source (ESourceConfig *config
);
GSList *
e_source_config_list_candidates (ESourceConfig *config
);
ESourceRegistry *
e_source_config_get_registry (ESourceConfig *config
);
void e_source_config_commit (ESourceConfig *config
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
gboolean e_source_config_commit_finish (ESourceConfig *config
,GAsyncResult *result
,GError **error
);
void e_source_config_add_refresh_interval (ESourceConfig *config
,ESource *scratch_source
);
void e_source_config_add_refresh_on_metered_network (ESourceConfig *config
,ESource *scratch_source
);
void e_source_config_add_secure_connection (ESourceConfig *config
,ESource *scratch_source
);
void e_source_config_add_secure_connection_for_webdav (ESourceConfig *config
,ESource *scratch_source
);
GtkWidget * e_source_config_add_user_entry (ESourceConfig *config
,ESource *scratch_source
);
void e_source_config_add_timeout_interval_for_webdav (ESourceConfig *config
,ESource *scratch_source
);
“collection-source”
property “collection-source” ESource *
The collection ESource to which the ESource being edited belongs.
Owner: ESourceConfig
Flags: Read
“complete”
property “complete” gboolean
Are the required fields complete?.
Owner: ESourceConfig
Flags: Read
Default value: FALSE
“original-source”
property “original-source” ESource *
The original ESource.
Owner: ESourceConfig
Flags: Read / Write / Construct Only
“check-complete”
signalgboolean user_function (ESourceConfig *esourceconfig, ESource *arg1, gpointer user_data)
Flags: Run Last
“commit-changes”
signalvoid user_function (ESourceConfig *esourceconfig, ESource *arg1, gpointer user_data)
Flags: Run Last
“init-candidate”
signalvoid user_function (ESourceConfig *esourceconfig, ESource *arg1, gpointer user_data)
Flags: Run Last
“resize-window”
signalvoid user_function (ESourceConfig *esourceconfig, gpointer user_data)
Flags: Run Last