From 10782c952a715562a611b7b69d5b20cf3b389519 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Tue, 13 Aug 2013 11:46:50 +0200 Subject: [PATCH] doc: little update on 'text-insert' and 'text-remove' documentation https://bugzilla.gnome.org/show_bug.cgi?id=684705 --- atk/atktext.c | 4 ++-- 1 file 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. -- 2.11.4.GIT