summaryrefslogtreecommitdiff
path: root/atk/atktext.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/atktext.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/atktext.c')
-rwxr-xr-xatk/atktext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atktext.c b/atk/atktext.c
index 06bd940..8c423a9 100755
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -1010,7 +1010,7 @@ atk_text_attribute_for_name (const gchar *name)
/**
* atk_text_attribute_get_value:
* @attr: The #AtkTextAttribute for which a value is required
- * @index: The index of the required value
+ * @index_: The index of the required value
*
* Gets the value for the index of the #AtkTextAttribute
*