| Top |  |  |  |  | 
| GQuark | e_config_lookup_worker_error_quark () | 
| const gchar * | e_config_lookup_worker_get_display_name () | 
| void | e_config_lookup_worker_run () | 
const gchar *
e_config_lookup_worker_get_display_name
                               (EConfigLookupWorker *lookup_worker);
Since: 3.28
void e_config_lookup_worker_run (EConfigLookupWorker *lookup_worker,struct _EConfigLookup *config_lookup,const ENamedParameters *params,ENamedParameters **out_restart_params,GCancellable *cancellable,GError **error);
Runs actual configuration look up. This method is called from a dedicated thread.
When out_restart_params
 is not NULL at the end of the call,
then it's saved for later re-run of the look up, in case
the error
 indicates it can be restarted, by using appropriate
EConfigLookupWorkerError.
| lookup_worker | ||
| config_lookup | ||
| params | an ENamedParameters with additional parameters | |
| out_restart_params | optional ENamedParameters, used to pass when restart is requested. | [out] | 
| cancellable | optional GCancellable object, or  | |
| error | return location for a GError, or  | 
Since: 3.28
#define E_CONFIG_LOOKUP_WORKER_ERROR (e_config_lookup_worker_error_quark ())
An EConfigLookupWorker error domain, which can be used
in e_config_lookup_worker_run().
Since: 3.28
A set of possible errors in E_CONFIG_LOOKUP_WORKER_ERROR domain.
| a password is required to continue | ||
| there is an issue with server certificate; the error
message contains description of the issue, the out_restart_params contains E_CONFIG_LOOKUP_PARAM_CERTIFICATE_PEM
with the offending certificate and when the user sets a trust on the certificate it is passed
back to the caller in the E_CONFIG_LOOKUP_PARAM_CERTIFICATE_TRUST parameters. Decode the trust
value with  | 
Since: 3.28