aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-client-selector.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-05-13 01:47:16 +0800
committerMilan Crha <mcrha@redhat.com>2014-05-13 01:47:16 +0800
commitd46ad6d3cd44c3c9b730566cbd7719c2961a9bc9 (patch)
treebdc2d2362021b2da8b8b0eaab55ca28af61122ca /e-util/e-client-selector.h
parent4508696844c20530bdf7fe6150c432eb16a9c77b (diff)
downloadgsoc2013-evolution-d46ad6d3cd44c3c9b730566cbd7719c2961a9bc9.tar
gsoc2013-evolution-d46ad6d3cd44c3c9b730566cbd7719c2961a9bc9.tar.gz
gsoc2013-evolution-d46ad6d3cd44c3c9b730566cbd7719c2961a9bc9.tar.bz2
gsoc2013-evolution-d46ad6d3cd44c3c9b730566cbd7719c2961a9bc9.tar.lz
gsoc2013-evolution-d46ad6d3cd44c3c9b730566cbd7719c2961a9bc9.tar.xz
gsoc2013-evolution-d46ad6d3cd44c3c9b730566cbd7719c2961a9bc9.tar.zst
gsoc2013-evolution-d46ad6d3cd44c3c9b730566cbd7719c2961a9bc9.zip
Bug #678843 - May re-prompt password on account re-enable
Diffstat (limited to 'e-util/e-client-selector.h')
-rw-r--r--e-util/e-client-selector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-client-selector.h b/e-util/e-client-selector.h
index baf1753acc..c8d3e7108e 100644
--- a/e-util/e-client-selector.h
+++ b/e-util/e-client-selector.h
@@ -67,10 +67,12 @@ EClientCache * e_client_selector_ref_client_cache
EClient * e_client_selector_get_client_sync
(EClientSelector *selector,
ESource *source,
+ gboolean call_allow_auth_prompt,
GCancellable *cancellable,
GError **error);
void e_client_selector_get_client (EClientSelector *selector,
ESource *source,
+ gboolean call_allow_auth_prompt,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);