aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-01-20 01:59:25 +0800
committerXan Lopez <xan@igalia.com>2012-01-20 01:59:25 +0800
commit653966c7a52cd037dd86623f85ffdd7fcd47b822 (patch)
treee48caee9d90c4b0edf6d8e6b36331400e08c47c3
parente50901fb5fe73fb1accc91692e155ce774f94d40 (diff)
downloadgsoc2013-epiphany-653966c7a52cd037dd86623f85ffdd7fcd47b822.tar
gsoc2013-epiphany-653966c7a52cd037dd86623f85ffdd7fcd47b822.tar.gz
gsoc2013-epiphany-653966c7a52cd037dd86623f85ffdd7fcd47b822.tar.bz2
gsoc2013-epiphany-653966c7a52cd037dd86623f85ffdd7fcd47b822.tar.lz
gsoc2013-epiphany-653966c7a52cd037dd86623f85ffdd7fcd47b822.tar.xz
gsoc2013-epiphany-653966c7a52cd037dd86623f85ffdd7fcd47b822.tar.zst
gsoc2013-epiphany-653966c7a52cd037dd86623f85ffdd7fcd47b822.zip
ephy-embed-shell: add missing annotation
-rw-r--r--embed/ephy-embed-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 30de7dd8a..f0332b26b 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -608,7 +608,7 @@ ephy_embed_shell_get_print_settings (EphyEmbedShell *shell)
*
* Gets the global #GList object listing active downloads.
*
- * Returns: (transfer none): a #GList object
+ * Returns: (transfer none) (element-type EphyDownload): a #GList object
**/
GList *
ephy_embed_shell_get_downloads (EphyEmbedShell *shell)