summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2013-08-13 11:46:50 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2013-08-13 11:46:50 +0200
commit10782c952a715562a611b7b69d5b20cf3b389519 (patch)
tree31cc068778d1ed6dbe03992c91968c2cae4b88e6
parentb614bfb09c99559de1b433222c405933903003c8 (diff)
downloadatk-10782c952a715562a611b7b69d5b20cf3b389519.tar.gz
doc: little update on 'text-insert' and 'text-remove' documentation
https://bugzilla.gnome.org/show_bug.cgi?id=684705
-rwxr-xr-xatk/atktext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atk/atktext.c b/atk/atktext.c
index f99a092..37f6a6b 100755
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -219,7 +219,7 @@ atk_text_base_init (AtkTextIface *class)
* @atktext: the object which received the signal.
* @arg1: The position (character offset) of the insertion.
* @arg2: The length (in characters) of text inserted.
- * @arg3: The text inserted
+ * @arg3: The new text inserted
*
* The "text-insert" signal is emitted when a new text is
* inserted.
@@ -239,7 +239,7 @@ atk_text_base_init (AtkTextIface *class)
* @atktext: the object which received the signal.
* @arg1: The position (character offset) of the removal.
* @arg2: The length (in characters) of text removed.
- * @arg3: The text inserted
+ * @arg3: The old text removed
*
* The "text-remove" signal is emitted when a new text is
* removed.