aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-container.c
diff options
context:
space:
mode:
authorIain Nicol <iain@thenicols.net>2009-11-04 04:12:13 +0800
committerXan Lopez <xan@gnome.org>2009-11-18 19:40:18 +0800
commitb60ae4ba76dcafc93bc805203e4962ade100f300 (patch)
treed25bd28c7cffd5049538e6d275aad71116fbc300 /embed/ephy-embed-container.c
parentdedbad484feca0d64e1a75d983a2a251ca4a9aae (diff)
downloadgsoc2013-epiphany-b60ae4ba76dcafc93bc805203e4962ade100f300.tar
gsoc2013-epiphany-b60ae4ba76dcafc93bc805203e4962ade100f300.tar.gz
gsoc2013-epiphany-b60ae4ba76dcafc93bc805203e4962ade100f300.tar.bz2
gsoc2013-epiphany-b60ae4ba76dcafc93bc805203e4962ade100f300.tar.lz
gsoc2013-epiphany-b60ae4ba76dcafc93bc805203e4962ade100f300.tar.xz
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.c5
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)