From 0256c457bc5558d97c98c17ee673923def23a85e Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Wed, 8 Dec 2010 13:07:23 +0100 Subject: introspection: fix wrong and missing annotations Bug #636790 --- embed/ephy-favicon-cache.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'embed/ephy-favicon-cache.c') diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c index 23e528b78..e4fc82ec4 100644 --- a/embed/ephy-favicon-cache.c +++ b/embed/ephy-favicon-cache.c @@ -564,14 +564,14 @@ ephy_favicon_cache_download (EphyFaviconCache *cache, } /** - * ephy_favicons_cache_get: + * ephy_favicon_cache_get: * @cache: an #EphyFaviconCache * @url: the URL of the icon to retrieve * * Note: This will always return %NULL for non-http URLs. * - * Return value: the site icon at @url as a #GdkPixbuf, or %NULL if - * if could not be retrieved. Unref when you don't need it anymore. + * Return value: (transfer full): the site icon at @url as a #GdkPixbuf, or + * %NULL if if could not be retrieved. Unref when you don't need it anymore. */ GdkPixbuf * ephy_favicon_cache_get (EphyFaviconCache *cache, -- cgit v1.2.3