X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk%2Fatktext.c;h=ee3abde4e9ba663774417620f6eae0f420417382;hb=41d9865761b1e69498a49e868a9fc48f6f81476a;hp=23cf8004427617ccd9c95073bf0ea8bc122f6dd7;hpb=bcada1b5e11f701ba17a4679e6866a1852285232;p=platform%2Fupstream%2Fatk.git diff --git a/atk/atktext.c b/atk/atktext.c index 23cf800..ee3abde 100755 --- a/atk/atktext.c +++ b/atk/atktext.c @@ -599,7 +599,7 @@ atk_text_get_character_extents (AtkText *text, } /** - *atk_text_get_run_attributes: + * atk_text_get_run_attributes: *@text: an #AtkText *@offset: the offset at which to get the attributes, -1 means the offset of *the character to be inserted at the caret location. @@ -614,9 +614,9 @@ atk_text_get_character_extents (AtkText *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 - *atk_attribute_set_free(). + *Returns: (transfer full): an #AtkAttributeSet which contains the attributes + * explicitly set at @offset. This #AtkAttributeSet should be freed by a call + * to atk_attribute_set_free(). **/ AtkAttributeSet* atk_text_get_run_attributes (AtkText *text, @@ -651,7 +651,7 @@ atk_text_get_run_attributes (AtkText *text, } /** - *atk_text_get_default_attributes: + * atk_text_get_default_attributes: *@text: an #AtkText * *Creates an #AtkAttributeSet which consists of the default values of @@ -659,9 +659,9 @@ atk_text_get_run_attributes (AtkText *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 - *atk_attribute_set_free(). + *Returns: (transfer full): an #AtkAttributeSet which contains the default + * values of attributes. at @offset. this #atkattributeset should be freed by + * a call to atk_attribute_set_free(). */ AtkAttributeSet* atk_text_get_default_attributes (AtkText *text)