diff options
author | Iain Nicol <iain@thenicols.net> | 2009-11-04 04:12:13 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-11-18 19:40:18 +0800 |
commit | b60ae4ba76dcafc93bc805203e4962ade100f300 (patch) | |
tree | d25bd28c7cffd5049538e6d275aad71116fbc300 /embed/ephy-web-view.c | |
parent | dedbad484feca0d64e1a75d983a2a251ca4a9aae (diff) | |
download | gsoc2013-epiphany-b60ae4ba76dcafc93bc805203e4962ade100f300.tar.gz gsoc2013-epiphany-b60ae4ba76dcafc93bc805203e4962ade100f300.tar.zst gsoc2013-epiphany-b60ae4ba76dcafc93bc805203e4962ade100f300.zip |
Add GObject introspection annotations to many *_get_* functions
Partial fix for bug #599757.
Signed-off-by: Xan Lopez <xan@gnome.org>
Diffstat (limited to 'embed/ephy-web-view.c')
-rw-r--r-- | embed/ephy-web-view.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 |