summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2011-01-08 00:28:33 +0100
committerJiří Techet <techet@gmail.com>2011-01-08 01:30:27 +0100
commit2b78abf4ce2718d080ea4be033a22b33a594b34a (patch)
tree9069d96b84f205c3a4fca604ddad4f6bec9aae5b
parentbdf33223b607f07bebbfeb5cc055e5940ba09a3b (diff)
downloadlibchamplain-2b78abf4ce2718d080ea4be033a22b33a594b34a.tar.gz
Remove invalid part of champlain_file_cache_new_full() documentation
-rw-r--r--champlain/champlain-file-cache.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/champlain/champlain-file-cache.c b/champlain/champlain-file-cache.c
index 2da4a9d..125cba7 100644
--- a/champlain/champlain-file-cache.c
+++ b/champlain/champlain-file-cache.c
@@ -371,9 +371,8 @@ champlain_file_cache_init (ChamplainFileCache *file_cache)
/**
* champlain_file_cache_new_full:
* @size_limit: maximal size of the cache in bytes
- * @cache_dir: the directory where the cache is created. For temporary caches
- * one more directory with random name is created inside this directory.
- * When cache_dir == NULL, a cache in ~/.cache/champlain is used.
+ * @cache_dir: the directory where the cache is created. When cache_dir == NULL,
+ * a cache in ~/.cache/champlain is used.
* @renderer: the #ChamplainRenderer used for tiles rendering
*
* Constructor of #ChamplainFileCache.