diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:54:57 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:54:57 +0800 |
commit | 8100ee0f3d23693d4b129f66c0ed32ce32684700 (patch) | |
tree | 4b5a73559d5abe1cb35c13aadb34ab9e2fd6b30a /embed | |
parent | 7d32cee09736b1a02c75adc8974ffeb763cc7ce8 (diff) | |
download | gsoc2013-epiphany-8100ee0f3d23693d4b129f66c0ed32ce32684700.tar gsoc2013-epiphany-8100ee0f3d23693d4b129f66c0ed32ce32684700.tar.gz gsoc2013-epiphany-8100ee0f3d23693d4b129f66c0ed32ce32684700.tar.bz2 gsoc2013-epiphany-8100ee0f3d23693d4b129f66c0ed32ce32684700.tar.lz gsoc2013-epiphany-8100ee0f3d23693d4b129f66c0ed32ce32684700.tar.xz gsoc2013-epiphany-8100ee0f3d23693d4b129f66c0ed32ce32684700.tar.zst gsoc2013-epiphany-8100ee0f3d23693d4b129f66c0ed32ce32684700.zip |
Include missing Returns: in comments
svn path=/trunk/; revision=8562
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed.c | 10 |
1 files changed, 8 insertions, 2 deletions
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) |