summaryrefslogtreecommitdiff
path: root/atk/atktext.h
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2001-08-15 16:54:52 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2001-08-15 16:54:52 +0000
commit60a494260e1d69ac6451697ae441936984375bc2 (patch)
treef1f34093b6ba7d38be67564aab9b29ec0f9585f8 /atk/atktext.h
parentb17eaf6a4681e636bd9abb08c4f6ba83f70fc777 (diff)
downloadatk-60a494260e1d69ac6451697ae441936984375bc2.tar.gz
Changed "length" argument of atk_text_get_character_extents() to "height".
* atk/atktext.[c|h], docs/tmpl/atktext.sgml: Changed "length" argument of atk_text_get_character_extents() to "height".
Diffstat (limited to 'atk/atktext.h')
-rwxr-xr-xatk/atktext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atktext.h b/atk/atktext.h
index 83a6aa9..bea880a 100755
--- a/atk/atktext.h
+++ b/atk/atktext.h
@@ -333,7 +333,7 @@ struct _AtkTextIface
gint offset,
gint *x,
gint *y,
- gint *length,
+ gint *height,
gint *width,
AtkCoordType coords);
gint (* get_character_count) (AtkText *text);
@@ -401,7 +401,7 @@ void atk_text_get_character_extents (AtkText *tex
gint offset,
gint *x,
gint *y,
- gint *length,
+ gint *height,
gint *width,
AtkCoordType coords);
AtkAttributeSet* atk_text_ref_run_attributes (AtkText *text,