X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-cache-mgr.h;h=b656337b67b775879aed52d97a60c85aaac1ab97;hp=32205e8708b903d658eb76cf46e66202742a0b19;hb=aab537f6ce755830767baa7260d7879449ceeb38;hpb=cabd042982c07e956bbf474d225185f73e1caefb diff --git a/src/modest-cache-mgr.h b/src/modest-cache-mgr.h index 32205e8..b656337 100644 --- a/src/modest-cache-mgr.h +++ b/src/modest-cache-mgr.h @@ -61,6 +61,7 @@ typedef enum { MODEST_CACHE_MGR_CACHE_TYPE_DATE_STRING, /* time_t => string */ MODEST_CACHE_MGR_CACHE_TYPE_DISPLAY_STRING, /* gchar* => gchar* */ MODEST_CACHE_MGR_CACHE_TYPE_PIXBUF, /* gchar* => GdkPixbuf */ + MODEST_CACHE_MGR_CACHE_TYPE_SEND_QUEUE, /* TnyAccount* => TnySendQueue* */ MODEST_CACHE_MGR_CACHE_TYPE_NUM } ModestCacheMgrCacheType; @@ -92,9 +93,7 @@ ModestCacheMgr* modest_cache_mgr_new (void); * * get the cache (GHashTable) of the requested type * - * Returns: the requested cache (GHashTable) or NULL in case caching - * has been disabled (MODEST_DEBUG_DISABLE_CACHE); clients are supposed - * to handle that case + * Returns: the requested cache (GHashTable) * * the returned hashtable should NOT be destroyed or unref'd. */