diff options
-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. */ |