aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-03-24 12:48:20 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-04-24 06:24:36 +0800
commit9731424199ecfe6c879fb8dc263cfa824a5bcc67 (patch)
tree499f6b9f2901cba857a279366d91c317415b6665 /embed
parent5baa32f63ccf2512698384b2cd1970541af539ff (diff)
downloadgsoc2013-epiphany-9731424199ecfe6c879fb8dc263cfa824a5bcc67.tar
gsoc2013-epiphany-9731424199ecfe6c879fb8dc263cfa824a5bcc67.tar.gz
gsoc2013-epiphany-9731424199ecfe6c879fb8dc263cfa824a5bcc67.tar.bz2
gsoc2013-epiphany-9731424199ecfe6c879fb8dc263cfa824a5bcc67.tar.lz
gsoc2013-epiphany-9731424199ecfe6c879fb8dc263cfa824a5bcc67.tar.xz
gsoc2013-epiphany-9731424199ecfe6c879fb8dc263cfa824a5bcc67.tar.zst
gsoc2013-epiphany-9731424199ecfe6c879fb8dc263cfa824a5bcc67.zip
docs: missing comment in ephy-favicon-cache
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-favicon-cache.c4
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.
*/