summaryrefslogtreecommitdiff
path: root/atk/atkhyperlink.c
diff options
context:
space:
mode:
authorSoeren Sandmann <sandmann@daimi.au.dk>2002-11-08 18:53:56 +0000
committerSøren Sandmann Pedersen <ssp@src.gnome.org>2002-11-08 18:53:56 +0000
commit4360fa066018f8cc95d4251d872864f4167517e0 (patch)
tree50d97edefad591bfd67892abf91f8f99d5ed8306 /atk/atkhyperlink.c
parent18459bffd436b4830d5c1990827fd884430a023c (diff)
downloadatk-4360fa066018f8cc95d4251d872864f4167517e0.tar.gz
atk/atkhyperlink.c atk/atkhyperlink.h atk/atktable.c atk/atktable.h
Fri Nov 8 19:55:25 2002 Soeren Sandmann <sandmann@daimi.au.dk> * atk/atkhyperlink.c * atk/atkhyperlink.h * atk/atktable.c * atk/atktable.h * atk/atktext.c * atk/atktext.h * docs/tmpl/atkhyperlink.sgml * docs/tmpl/atkobject.sgml * docs/tmpl/atktable.sgml * docs/tmpl/atktext.sgml Trivial s/foo/foo_/ fixes to make atk.h includable with -Wshadow without warnings.
Diffstat (limited to 'atk/atkhyperlink.c')
-rwxr-xr-xatk/atkhyperlink.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/atk/atkhyperlink.c b/atk/atkhyperlink.c
index 7be8c31..569a33f 100755
--- a/atk/atkhyperlink.c
+++ b/atk/atkhyperlink.c
@@ -76,11 +76,11 @@ atk_hyperlink_init (AtkHyperlink *link,
/**
* atk_hyperlink_get_uri:
- * @link: an #AtkHyperlink
+ * @link_: an #AtkHyperlink
* @i: a (zero-index) integer specifying the desired anchor
*
* Get a the URI associated with the anchor specified
- * by @i of @link.
+ * by @i of @link_.
*
* Multiple anchors are primarily used by client-side image maps.
*
@@ -103,12 +103,12 @@ atk_hyperlink_get_uri (AtkHyperlink *link,
/**
* atk_hyperlink_get_object:
- * @link: an #AtkHyperlink
+ * @link_: an #AtkHyperlink
* @i: a (zero-index) integer specifying the desired anchor
*
* Returns the item associated with this hyperlinks nth anchor.
* For instance, the returned #AtkObject will implement #AtkText
- * if @link is a text hyperlink, #AtkImage if @link is an image
+ * if @link_ is a text hyperlink, #AtkImage if @link_ is an image
* hyperlink etc.
*
* Multiple anchors are primarily used by client-side image maps.
@@ -132,7 +132,7 @@ atk_hyperlink_get_object (AtkHyperlink *link,
/**
* atk_hyperlink_get_end_index:
- * @link: an #AtkHyperlink
+ * @link_: an #AtkHyperlink
*
* Gets the index with the hypertext document at which this link ends.
*
@@ -154,7 +154,7 @@ atk_hyperlink_get_end_index (AtkHyperlink *link)
/**
* atk_hyperlink_get_start_index:
- * @link: an #AtkHyperlink
+ * @link_: an #AtkHyperlink
*
* Gets the index with the hypertext document at which this link begins.
*
@@ -176,7 +176,7 @@ atk_hyperlink_get_start_index (AtkHyperlink *link)
/**
* atk_hyperlink_is_valid:
- * @link: an #AtkHyperlink
+ * @link_: an #AtkHyperlink
*
* Since the document that a link is associated with may have changed
* this method returns %TRUE if the link is still valid (with
@@ -200,7 +200,7 @@ atk_hyperlink_is_valid (AtkHyperlink *link)
/**
* atk_hyperlink_get_n_anchors:
- * @link: an #AtkHyperlink
+ * @link_: an #AtkHyperlink
*
* Gets the number of anchors associated with this hyperlink.
*