From b60ae4ba76dcafc93bc805203e4962ade100f300 Mon Sep 17 00:00:00 2001 From: Iain Nicol Date: Tue, 3 Nov 2009 20:12:13 +0000 Subject: Add GObject introspection annotations to many *_get_* functions Partial fix for bug #599757. Signed-off-by: Xan Lopez --- embed/ephy-web-view.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'embed/ephy-web-view.c') diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c index 4fbfa9859..72c511221 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -1739,7 +1739,7 @@ ephy_web_view_get_icon_address (EphyWebView *view) * Returns the view's site icon as a #GdkPixbuf, * or %NULL if it is not available. * - * Return value: a the view's site icon + * Return value: (transfer none): a the view's site icon **/ GdkPixbuf * ephy_web_view_get_icon (EphyWebView *view) @@ -2008,8 +2008,8 @@ ephy_web_view_get_js_status (EphyWebView *view) /** * ephy_web_view_get_security_level: * @view: an #EphyWebView - * @level: return value of security level - * @description: return value of the description of the security level + * @level: (out): return value of security level + * @description: (out): return value of the description of the security level * * Fetches the #EphyWebViewSecurityLevel and a string description of the * security state of @view. The description will be a newly-allocated -- cgit v1.2.3