summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2019-06-14 14:53:04 +0000
committerAlejandro Piñeiro <apinheiro@igalia.com>2019-06-14 14:53:04 +0000
commitecbbaaa6e7a4b0519a2aa27daf2f823860fa4f8a (patch)
treea25e5808e44af982a28cdd10a3fead79f6368aa2
parente3856ee2d8740149853c2df57b25074edcd0e383 (diff)
parent829b2cf252d61d5d409adc3572cca6d2b59d49ef (diff)
downloadatk-ecbbaaa6e7a4b0519a2aa27daf2f823860fa4f8a.tar.gz
Merge branch 'minor-doc-fix' into 'master'
Minor doc fix for atk_text_get_default_attributes See merge request GNOME/atk!20
-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;