diff options
author | Mike Gorse <mgorse@novell.com> | 2011-01-25 14:38:00 -0600 |
---|---|---|
committer | Mike Gorse <mgorse@novell.com> | 2011-01-25 14:38:00 -0600 |
commit | 41d9865761b1e69498a49e868a9fc48f6f81476a (patch) | |
tree | 6fed631d28e236e1435b7357fc5ca4a06e0079e7 /atk/atktext.c | |
parent | bcada1b5e11f701ba17a4679e6866a1852285232 (diff) | |
download | atk-41d9865761b1e69498a49e868a9fc48f6f81476a.tar.gz |
Bug 640574: gobject-introspection annotation and documentation fixes
Diffstat (limited to 'atk/atktext.c')
-rwxr-xr-x | atk/atktext.c | 16 |
1 files changed, 8 insertions, 8 deletions
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) |