[atk] doc: little update on 'text-insert' and 'text-remove' documentation



commit 10782c952a715562a611b7b69d5b20cf3b389519
Author: Alejandro Piñeiro <apinheiro igalia com>
Date:   Tue Aug 13 11:46:50 2013 +0200

    doc: little update on 'text-insert' and 'text-remove' documentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684705

 atk/atktext.c |    4 ++--
 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.


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