[atk: 1/2] Minor doc fix for atk_text_get_default_attributes



commit 829b2cf252d61d5d409adc3572cca6d2b59d49ef
Author: Martin Robinson <mrobinson igalia com>
Date:   Fri Jun 14 13:36:56 2019 +0200

    Minor doc fix for atk_text_get_default_attributes

 atk/atktext.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/atk/atktext.c b/atk/atktext.c
index e0b89fa..23034c7 100644
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -781,11 +781,11 @@ atk_text_get_run_attributes (AtkText          *text,
  *attributes that can be returned. Note that other attributes may also be 
  *returned.
  *
- *Returns: (transfer full): an #AtkAttributeSet which contains the default values
- *          of attributes.  at @offset. this #atkattributeset should be freed by
+ *Returns: (transfer full): an #AtkAttributeSet which contains the default text
+ *          attributes for this #AtkText. This #AtkAttributeSet should be freed by
  *          a call to atk_attribute_set_free().
  */
-AtkAttributeSet* 
+AtkAttributeSet*
 atk_text_get_default_attributes (AtkText          *text)
 {
   AtkTextIface *iface;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]