diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-03-24 12:48:20 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-04-24 06:24:36 +0800 |
commit | 9731424199ecfe6c879fb8dc263cfa824a5bcc67 (patch) | |
tree | 499f6b9f2901cba857a279366d91c317415b6665 /embed/ephy-favicon-cache.c | |
parent | 5baa32f63ccf2512698384b2cd1970541af539ff (diff) | |
download | gsoc2013-epiphany-9731424199ecfe6c879fb8dc263cfa824a5bcc67.tar.gz gsoc2013-epiphany-9731424199ecfe6c879fb8dc263cfa824a5bcc67.tar.zst gsoc2013-epiphany-9731424199ecfe6c879fb8dc263cfa824a5bcc67.zip |
docs: missing comment in ephy-favicon-cache
Diffstat (limited to 'embed/ephy-favicon-cache.c')
-rw-r--r-- | embed/ephy-favicon-cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c index 2a347ec64..633d3750c 100644 --- a/embed/ephy-favicon-cache.c +++ b/embed/ephy-favicon-cache.c @@ -522,7 +522,7 @@ ephy_favicon_cache_download (EphyFaviconCache *cache, /** * ephy_favicons_cache_get: - * @cache: + * @cache: an #EphyFaviconCache * @url: the URL of the icon to retrieve * * Note: This will always return %NULL for non-http URLs. @@ -795,7 +795,7 @@ ephy_favicon_cache_get (EphyFaviconCache *cache, /** * ephy_favicons_cache_clear: - * @cache: + * @cache: the #EphyFaviconCache to clear * * Clears the favicon cache and removes any stored icon files from disk. */ |