X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-runtime.c;h=568fb463fc14b82a8581bf02a9bb7814cba16782;hb=c1a90c249afda120478951d65df16ef94e6f6ff3;hp=487f9a7664610652aac8494ed0742fdb7c766a91;hpb=119a9504f03dc6f35c5343331e64ba1750227766;p=modest diff --git a/src/modest-runtime.c b/src/modest-runtime.c index 487f9a7..568fb46 100644 --- a/src/modest-runtime.c +++ b/src/modest-runtime.c @@ -126,6 +126,13 @@ modest_runtime_get_account_mgr (void) return modest_singletons_get_account_mgr (_singletons); } +TnyStreamCache* +modest_runtime_get_images_cache (void) +{ + g_return_val_if_fail (_singletons, NULL); + return modest_singletons_get_images_cache (_singletons); +} + ModestEmailClipboard* modest_runtime_get_email_clipboard (void) {