aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
authorAdam Hooper <adamh@src.gnome.org>2004-03-26 03:54:04 +0800
committerAdam Hooper <adamh@src.gnome.org>2004-03-26 03:54:04 +0800
commit2d3d36fff80dba7b3bb2b403b1ad45d700b8b8b1 (patch)
treedae92543f8d5f8f842e83daa92ef3dcc7b341a80 /embed/ephy-embed.c
parent1a84ef9f76056a2805a837bb45209a3746cdb521 (diff)
downloadgsoc2013-epiphany-2d3d36fff80dba7b3bb2b403b1ad45d700b8b8b1.tar
gsoc2013-epiphany-2d3d36fff80dba7b3bb2b403b1ad45d700b8b8b1.tar.gz
gsoc2013-epiphany-2d3d36fff80dba7b3bb2b403b1ad45d700b8b8b1.tar.bz2
gsoc2013-epiphany-2d3d36fff80dba7b3bb2b403b1ad45d700b8b8b1.tar.lz
gsoc2013-epiphany-2d3d36fff80dba7b3bb2b403b1ad45d700b8b8b1.tar.xz
gsoc2013-epiphany-2d3d36fff80dba7b3bb2b403b1ad45d700b8b8b1.tar.zst
gsoc2013-epiphany-2d3d36fff80dba7b3bb2b403b1ad45d700b8b8b1.zip
Fixed gtk-doc comments
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r--embed/ephy-embed.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 7f8eb7572..bdad0b38e 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -335,7 +335,8 @@ ephy_embed_can_go_up (EphyEmbed *embed)
* "http://www.example.com/dir/subdir/", "http://www.example.com/dir/" and
* "http://www.example.com/".
*
- * Returns: a list of URLs higher up in @embed's web page's directory hierarchy
+ * Return value: a list of URLs higher up in @embed's web page's directory
+ * hierarchy
**/
GSList *
ephy_embed_get_go_up_list (EphyEmbed *embed)
@@ -532,8 +533,8 @@ ephy_embed_shistory_n_items (EphyEmbed *embed)
* @embed: an #EphyEmbed
* @nth: index of the desired page in @embed's browser history
* @is_relative: if %TRUE, add @embed's current history position to @nth
- * @url: return value of the history entry's URL
- * @title: return value of the history entry's title
+ * @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.
* If @is_relative is %TRUE, @nth is an offset from the browser's current
@@ -627,6 +628,8 @@ ephy_embed_find_set_properties (EphyEmbed *embed,
* @backwards: %FALSE to search forwards in the document
*
* Equivalent to pressing "Next" in @embed's Find dialog.
+ *
+ * Return value: %TRUE if a next match was found
**/
gboolean
ephy_embed_find_next (EphyEmbed *embed,