From 8100ee0f3d23693d4b129f66c0ed32ce32684700 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Mon, 29 Sep 2008 05:54:57 +0000 Subject: Include missing Returns: in comments svn path=/trunk/; revision=8562 --- embed/ephy-embed.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'embed/ephy-embed.c') diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 2dec24864..4be48a23c 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -632,7 +632,10 @@ ephy_embed_set_encoding (EphyEmbed *embed, * ephy_embed_get_encoding: * @embed: an #EphyEmbed * - * Returns the @embed's document's encoding + * Returns the @embed's document encoding. + * + * Returns: the @embed's document encoding + * **/ char * ephy_embed_get_encoding (EphyEmbed *embed) @@ -645,7 +648,10 @@ ephy_embed_get_encoding (EphyEmbed *embed) * ephy_embed_has_automatic_encoding: * @embed: an #EphyEmbed * - * Returns whether the @embed's document's was determined by the document itself + * Returns whether the @embed's document encoding was determined by the + * document itself. + * + * Returns: if the @embed's document encoding was determined by itself **/ gboolean ephy_embed_has_automatic_encoding (EphyEmbed *embed) -- cgit v1.2.3