aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-client-selector.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-21 04:41:36 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-21 05:35:58 +0800
commit214d832ccdcb79744f6b0a913ee221cb3d725356 (patch)
tree63c2224f3005ce4c66fd0e148728187646fd7f83 /e-util/e-client-selector.h
parent2c195f2266a51cce9499e3bb968d0a7a0ce90091 (diff)
downloadgsoc2013-evolution-214d832ccdcb79744f6b0a913ee221cb3d725356.tar
gsoc2013-evolution-214d832ccdcb79744f6b0a913ee221cb3d725356.tar.gz
gsoc2013-evolution-214d832ccdcb79744f6b0a913ee221cb3d725356.tar.bz2
gsoc2013-evolution-214d832ccdcb79744f6b0a913ee221cb3d725356.tar.lz
gsoc2013-evolution-214d832ccdcb79744f6b0a913ee221cb3d725356.tar.xz
gsoc2013-evolution-214d832ccdcb79744f6b0a913ee221cb3d725356.tar.zst
gsoc2013-evolution-214d832ccdcb79744f6b0a913ee221cb3d725356.zip
Add e_client_selector_is_backend_dead().
Returns TRUE if an EClient instance for the given source and the value of ESourceSelector's "extension-name" property was recently discarded after having emitted a "backend-died" signal, and a replacement EClient instance has not yet been created.
Diffstat (limited to 'e-util/e-client-selector.h')
-rw-r--r--e-util/e-client-selector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-client-selector.h b/e-util/e-client-selector.h
index 25974237d1..8e3c1ac12f 100644
--- a/e-util/e-client-selector.h
+++ b/e-util/e-client-selector.h
@@ -82,6 +82,9 @@ EClient * e_client_selector_get_client_finish
EClient * e_client_selector_ref_cached_client
(EClientSelector *selector,
ESource *source);
+gboolean e_client_selector_is_backend_dead
+ (EClientSelector *selector,
+ ESource *source);
#endif /* E_CLIENT_SELECTOR_H */