diff options
author | Brian Cameron <bcameron@src.gnome.org> | 2001-05-16 12:40:29 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2001-05-16 12:40:29 +0000 |
commit | e5d4548d3f59062dd2b9923826ef86ac3b626524 (patch) | |
tree | 02a65f01dd66e6812319ccd133de6cf1f7d65536 /atk/atkhyperlink.h | |
parent | efcdf4bdfa016bbcbcac4669101f19c09d25e6e8 (diff) | |
download | atk-e5d4548d3f59062dd2b9923826ef86ac3b626524.tar.gz |
Added better gtk-doc comments.
Diffstat (limited to 'atk/atkhyperlink.h')
-rwxr-xr-x | atk/atkhyperlink.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/atk/atkhyperlink.h b/atk/atkhyperlink.h index 39b3511..eee141d 100755 --- a/atk/atkhyperlink.h +++ b/atk/atkhyperlink.h @@ -63,6 +63,7 @@ struct _AtkHyperlinkClass */ GObject* (* get_object) (AtkHyperlink *link, gint i); + //gint (* get_end_actions) (AtkHyperlink *link); /* * Gets the index with the hypertext document at which this link ends */ @@ -89,6 +90,8 @@ GObject* atk_hyperlink_get_object (AtkHyperlink *link, gint atk_hyperlink_get_end_index (AtkHyperlink *link); +//gint atk_hyperlink_get_end_actions (AtkHyperlink *link); + gint atk_hyperlink_get_start_index (AtkHyperlink *link); gboolean atk_hyperlink_is_valid (AtkHyperlink *link); |