summaryrefslogtreecommitdiff
path: root/atk/atkhypertext.c
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2005-11-16 15:37:08 +0000
committerBill Haneman <billh@src.gnome.org>2005-11-16 15:37:08 +0000
commit43ccc848ace2a984274b6de0ae0ea2fa5dffc3fa (patch)
tree3d81f4b8685c5a190465d15df066b8374ea84261 /atk/atkhypertext.c
parent3bb2b3e41185159bbd29b418bdaaa501b6977768 (diff)
downloadat-spi2-core-43ccc848ace2a984274b6de0ae0ea2fa5dffc3fa.tar.gz
Added small docs patch from Bill Abt.;
supplements AtkUtil sgml page, and moves return code exception/range info to "Returns" block.
Diffstat (limited to 'atk/atkhypertext.c')
-rwxr-xr-xatk/atkhypertext.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/atk/atkhypertext.c b/atk/atkhypertext.c
index f216d34e..c9b123a3 100755
--- a/atk/atkhypertext.c
+++ b/atk/atkhypertext.c
@@ -129,10 +129,10 @@ atk_hypertext_get_n_links (AtkHypertext *hypertext)
* @char_index: a character index
*
* Gets the index into the array of hyperlinks that is associated with
- * the character specified by @char_index, or -1 if there is no hyperlink
- * associated with this character.
+ * the character specified by @char_index.
*
- * Returns: an index into the array of hyperlinks in @hypertext
+ * Returns: an index into the array of hyperlinks in @hypertext,
+ * or -1 if there is no hyperlink associated with this character.
**/
gint
atk_hypertext_get_link_index (AtkHypertext *hypertext,