diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-03-27 06:10:03 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-03-27 06:10:03 +0800 |
commit | ea323c1d7f28e2a03b7b1752de25a975218a488d (patch) | |
tree | 7f8f06dd5555efc1ccffe475541aaece3a0864c2 /embed/ephy-embed.c | |
parent | 392862972143af3915942456b6a6665d95a79fcb (diff) | |
download | gsoc2013-epiphany-ea323c1d7f28e2a03b7b1752de25a975218a488d.tar.gz gsoc2013-epiphany-ea323c1d7f28e2a03b7b1752de25a975218a488d.tar.zst gsoc2013-epiphany-ea323c1d7f28e2a03b7b1752de25a975218a488d.zip |
Documented EphyEmbedSingle
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r-- | embed/ephy-embed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 6156051f4..00f8b25d8 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -536,7 +536,7 @@ ephy_embed_shistory_n_items (EphyEmbed *embed) * @url: returned value of the history entry's URL * @title: returned value of the history entry's title * - * Returns the @url and @title of the @nth item in @embed's session history. + * Fetches the @url and @title of the @nth item in @embed's session history. * If @is_relative is %TRUE, @nth is an offset from the browser's current * history position. For example, calling this function with @is_relative %TRUE * and @nth %0 will return the URL and title of the current page. @@ -590,7 +590,7 @@ ephy_embed_shistory_go_nth (EphyEmbed *embed, * @level: return value of security level * @description: return value of the description of the security level * - * Returns the an #EmbedSecurityLevel and a newly-allocated string description + * Fetches the #EmbedSecurityLevel and a newly-allocated string description * of the security state of @embed. **/ void |