summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2019-06-14 13:36:56 +0200
committerMartin Robinson <mrobinson@igalia.com>2019-06-14 13:39:49 +0200
commit829b2cf252d61d5d409adc3572cca6d2b59d49ef (patch)
treee63f68465ae3f98d18e60abcd60b8b6f3091816d
parent9a07910ddbc9e8d08c51d5f2557c2a1f255f1235 (diff)
downloadatk-829b2cf252d61d5d409adc3572cca6d2b59d49ef.tar.gz
Minor doc fix for atk_text_get_default_attributes
-rw-r--r--atk/atktext.c6
1 files 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;