diff options
author | Xan Lopez <xan@igalia.com> | 2012-04-14 17:57:30 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-04-14 17:57:30 +0800 |
commit | 0d0d1afa437f8ac25d85e090e318075dbdf0539d (patch) | |
tree | e0db2e5efba2057e7aac9215985246db38d93d08 /embed/ephy-embed-single.c | |
parent | a6dbbf283bf3ebc233e5552d68020dee2549ca9c (diff) | |
download | gsoc2013-epiphany-0d0d1afa437f8ac25d85e090e318075dbdf0539d.tar.gz gsoc2013-epiphany-0d0d1afa437f8ac25d85e090e318075dbdf0539d.tar.zst gsoc2013-epiphany-0d0d1afa437f8ac25d85e090e318075dbdf0539d.zip |
ephy-embed-single: introspection fixes
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r-- | embed/ephy-embed-single.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index 43f9b73b7..8eb52daab 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -488,7 +488,7 @@ ephy_embed_single_open_window (EphyEmbedSingle *single, * The #EphyEmbedSingleFormAuthData structs and the #GSList are owned * by @single and should not be freed by the user. * - * Returns: (transfer none): #GSList with the possible auto-fills for the forms + * Returns: (transfer none) (element-type EphyEmbedSingleFormAuthData): #GSList with the possible auto-fills for the forms * in @uri, or %NULL **/ GSList * |