aboutsummaryrefslogtreecommitdiffstats
path: root/libemail-engine/mail-folder-cache.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-16 22:16:24 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-18 00:08:46 +0800
commit079fc1a78d35d79350b7390ca3a76f65f9f22841 (patch)
tree83467a96914e721af4aa8fe318a3b45eab2b8206 /libemail-engine/mail-folder-cache.h
parent3f2d55fb7ffdaa06327f69c72c591b72ffea55ad (diff)
downloadgsoc2013-evolution-079fc1a78d35d79350b7390ca3a76f65f9f22841.tar
gsoc2013-evolution-079fc1a78d35d79350b7390ca3a76f65f9f22841.tar.gz
gsoc2013-evolution-079fc1a78d35d79350b7390ca3a76f65f9f22841.tar.bz2
gsoc2013-evolution-079fc1a78d35d79350b7390ca3a76f65f9f22841.tar.lz
gsoc2013-evolution-079fc1a78d35d79350b7390ca3a76f65f9f22841.tar.xz
gsoc2013-evolution-079fc1a78d35d79350b7390ca3a76f65f9f22841.tar.zst
gsoc2013-evolution-079fc1a78d35d79350b7390ca3a76f65f9f22841.zip
MailFolderCache: Add a read-only "main-context" property.
New functions: mail_folder_cache_ref_main_context()
Diffstat (limited to 'libemail-engine/mail-folder-cache.h')
-rw-r--r--libemail-engine/mail-folder-cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libemail-engine/mail-folder-cache.h b/libemail-engine/mail-folder-cache.h
index e1547f1bf1..4581552524 100644
--- a/libemail-engine/mail-folder-cache.h
+++ b/libemail-engine/mail-folder-cache.h
@@ -108,6 +108,8 @@ struct _MailFolderCacheClass {
GType mail_folder_cache_get_type (void) G_GNUC_CONST;
MailFolderCache *
mail_folder_cache_new (void);
+GMainContext * mail_folder_cache_ref_main_context
+ (MailFolderCache *cache);
void mail_folder_cache_note_store (MailFolderCache *cache,
CamelStore *store,
GCancellable *cancellable,