diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-20 01:59:25 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-20 01:59:25 +0800 |
commit | 653966c7a52cd037dd86623f85ffdd7fcd47b822 (patch) | |
tree | e48caee9d90c4b0edf6d8e6b36331400e08c47c3 /embed/ephy-embed-shell.c | |
parent | e50901fb5fe73fb1accc91692e155ce774f94d40 (diff) | |
download | gsoc2013-epiphany-653966c7a52cd037dd86623f85ffdd7fcd47b822.tar.gz gsoc2013-epiphany-653966c7a52cd037dd86623f85ffdd7fcd47b822.tar.zst gsoc2013-epiphany-653966c7a52cd037dd86623f85ffdd7fcd47b822.zip |
ephy-embed-shell: add missing annotation
Diffstat (limited to 'embed/ephy-embed-shell.c')
-rw-r--r-- | embed/ephy-embed-shell.c | 2 |
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) |