From 1aa981bd7d02650833dbe18218c1f8144f3d38fa Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Fri, 1 May 2009 20:26:56 -0400 Subject: [PATCH] Improve cache doc --- champlain/champlain-cache.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/champlain/champlain-cache.c b/champlain/champlain-cache.c index 47b30b5..32d934c 100644 --- a/champlain/champlain-cache.c +++ b/champlain/champlain-cache.c @@ -26,6 +26,9 @@ * * Tiles most frequently asked gain in "popularity". This popularity will be taken * into account when purging the cache. + * + * Unless you are implementing your own ChamplainMapSource, the only function you + * should need are #champlain_cache_purge and #champlain_cache_purge_on_idle. */ #include "champlain-cache.h" -- 2.39.5