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-embed-container.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-embed-container.c')
-rw-r--r-- | embed/ephy-embed-container.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embed/ephy-embed-container.c b/embed/ephy-embed-container.c index 1a55eb66a..50d1c143c 100644 --- a/embed/ephy-embed-container.c +++ b/embed/ephy-embed-container.c @@ -150,7 +150,7 @@ ephy_embed_container_remove_child (EphyEmbedContainer *container, * * Returns @container's active #EphyEmbed. * - * Return value: @container's active child + * Return value: (transfer none): @container's active child **/ EphyEmbed * ephy_embed_container_get_active_child (EphyEmbedContainer *container) @@ -169,7 +169,8 @@ ephy_embed_container_get_active_child (EphyEmbedContainer *container) * * Returns the list of #EphyEmbed:s in the container. * - * Return value: a newly-allocated list of #EphyEmbed:s + * Return value: (element-type EphyEmbed) (transfer container): + * a newly-allocated list of #EphyEmbed:s */ GList * ephy_embed_container_get_children (EphyEmbedContainer *container) |