From: Padraig O'Briain Date: Tue, 16 Oct 2001 17:23:14 +0000 (+0000) Subject: Update comments in atk_text_get_run_attributes() and X-Git-Tag: ATK_0_6~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9719ebe3c2c2bcfa6395a84fa0e459aefe02473;p=platform%2Fupstream%2Fatk.git Update comments in atk_text_get_run_attributes() and * atk/atktext.c: Update comments in atk_text_get_run_attributes() and atk_text_get_default_attributes(). --- diff --git a/ChangeLog b/ChangeLog index cea8730..e243201 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-10-16 Padraig O'Briain + + * atk/atktext.c: + Update comments in atk_text_get_run_attributes() and + atk_text_get_default_attributes(). + 2001-10-15 Padraig O'Briain * atk/atkobject;c: diff --git a/atk/atktext.c b/atk/atktext.c index 424f507..9ae70f0 100755 --- a/atk/atktext.c +++ b/atk/atktext.c @@ -447,9 +447,8 @@ atk_text_get_character_extents (AtkText *text, *Creates an #AtkAttributeSet which consists of the attributes explicitly *set at the position @offset in the text. @start_offset and @end_offset are *set to the start and end of the range around @offset where the attributes are - *invariant. See the ATK_ATTRIBUTE macros, such as #ATK_ATTRIBUTE_LEFT_MARGIN - *for types of text attributes that can be returned. Note that other - *attributes that do not have corresponding macros may also be returned. + *invariant. See the enum AtkTextAttribute for types of text attributes that + *can be returned. Note that other attributes may also be returned. * *Returns: an #AtkAttributeSet which contains the attributes explicitly set *at @offset. This #AtkAttributeSet should be freed by a call to @@ -489,10 +488,9 @@ atk_text_get_run_attributes (AtkText *text, *@text: an #AtkText * *Creates an #AtkAttributeSet which consists of the default values of - *attributes for the text. See the ATK_ATTRIBUTE macros, such as - *#ATK_ATTRIBUTE_LEFT_MARGIN for types of text attributes that can be - *returned. Note that other attributes that do not have corresponding macros - *may also be returned. + *attributes for the text. See the enum AtkTextAttribute for types of text + *attributes that can be returned. Note that other attributes may also be + *returned. * *Returns: an #AtkAttributeSet which contains the default values of attributes. *at @offset. This #AtkAttributeSet should be freed by a call to