doc: little update on 'text-insert' and 'text-remove' documentation
authorAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 13 Aug 2013 09:46:50 +0000 (11:46 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Tue, 13 Aug 2013 09:46:50 +0000 (11:46 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=684705

atk/atktext.c

index f99a092..37f6a6b 100755 (executable)
@@ -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.