X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-cache-mgr.h;h=3577140b0f0a3e3e653fdf27b54b767322c3fe25;hp=b656337b67b775879aed52d97a60c85aaac1ab97;hb=596a74d8798410d738adef0ad9357aa6c6ade185;hpb=fd54149b68b3777ce63ebf25346bbc485cd84ec8 diff --git a/src/modest-cache-mgr.h b/src/modest-cache-mgr.h index b656337..3577140 100644 --- a/src/modest-cache-mgr.h +++ b/src/modest-cache-mgr.h @@ -93,8 +93,7 @@ ModestCacheMgr* modest_cache_mgr_new (void); * * get the cache (GHashTable) of the requested type * - * Returns: the requested cache (GHashTable) - * + * Returns: the requested cache (GHashTable) * the returned hashtable should NOT be destroyed or unref'd. */ GHashTable* modest_cache_mgr_get_cache (ModestCacheMgr* self, ModestCacheMgrCacheType type); @@ -124,7 +123,7 @@ void modest_cache_mgr_flush_all (ModestCacheMgr *self); * @self: a valid cache mgr obj * @type: a valid cache mgr cache type * - * get the size (number of -pairs) in the cache + * get the size (number of [key,value]-pairs) in the cache * * Returns: the size of the give cache type */