diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-21 04:41:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-21 05:35:58 +0800 |
commit | 214d832ccdcb79744f6b0a913ee221cb3d725356 (patch) | |
tree | 63c2224f3005ce4c66fd0e148728187646fd7f83 /doc | |
parent | 2c195f2266a51cce9499e3bb968d0a7a0ce90091 (diff) | |
download | gsoc2013-evolution-214d832ccdcb79744f6b0a913ee221cb3d725356.tar.gz 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 'doc')
-rw-r--r-- | doc/reference/libeutil/libeutil-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/libeutil/libeutil-sections.txt b/doc/reference/libeutil/libeutil-sections.txt index 3a4d5ddd05..70f48a6121 100644 --- a/doc/reference/libeutil/libeutil-sections.txt +++ b/doc/reference/libeutil/libeutil-sections.txt @@ -1284,6 +1284,7 @@ e_client_selector_get_client_sync e_client_selector_get_client e_client_selector_get_client_finish e_client_selector_ref_cached_client +e_client_selector_is_backend_dead <SUBSECTION Standard> E_CLIENT_SELECTOR E_IS_CLIENT_SELECTOR |