summaryrefslogtreecommitdiff
path: root/atk/atkhypertext.h
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2001-05-28 15:35:18 +0000
committerBrian Cameron <bcameron@src.gnome.org>2001-05-28 15:35:18 +0000
commit0eb2df058c94d10592f66a344552d75e3b3b2417 (patch)
tree24bafa0e148194ba5af4184b59edee3f6d8c5c90 /atk/atkhypertext.h
parent78d10a74dc40bbb8addb4fe43f8303189835f355 (diff)
downloadat-spi2-core-0eb2df058c94d10592f66a344552d75e3b3b2417.tar.gz
Updated the atk docs for several files, particularly for enumerations.
Diffstat (limited to 'atk/atkhypertext.h')
-rwxr-xr-xatk/atkhypertext.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/atk/atkhypertext.h b/atk/atkhypertext.h
index 1c7d7c7f..0b802646 100755
--- a/atk/atkhypertext.h
+++ b/atk/atkhypertext.h
@@ -53,20 +53,9 @@ struct _AtkHypertextIface
{
GTypeInterface parent;
- /*
- * Returns the nth link of this hypertext document
- */
AtkHyperLink*(* get_link) (AtkHypertext *hypertext,
gint link_index);
- /*
- * Returns the number of links within this hypertext document.
- */
gint (* get_n_links) (AtkHypertext *hypertext);
- /*
- * Returns the index into the array of hyperlinks that is associated
- * this character index, or -1 if there is no hyperlink associated with
- * this index.
- */
gint (* get_link_index) (AtkHypertext *hypertext,
gint char_index);