From 6c8be091efe7ceb4d3ce2bd7603a2ced1a4e75cc Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 13 Sep 2005 14:27:45 +0000 Subject: [PATCH] Clarify docs for ::insert-text signal. (#316094, Tommi Komulainen) 2005-09-13 Matthias Clasen * gtk/tmpl/gtkeditable.sgml: Clarify docs for ::insert-text signal. (#316094, Tommi Komulainen) --- docs/reference/ChangeLog | 6 ++++++ docs/reference/gtk/tmpl/gtkeditable.sgml | 11 ++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 3074c45f27..2011bbdea6 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2005-09-13 Matthias Clasen + + * gtk/tmpl/gtkeditable.sgml: Clarify docs + for ::insert-text signal. (#316094, Tommi + Komulainen) + Tue Sep 13 14:16:27 2005 Tim Janik * gtk/tmpl/gtkrc.sgml: fixed wording and typos in some places. diff --git a/docs/reference/gtk/tmpl/gtkeditable.sgml b/docs/reference/gtk/tmpl/gtkeditable.sgml index f92116e096..a227a80929 100644 --- a/docs/reference/gtk/tmpl/gtkeditable.sgml +++ b/docs/reference/gtk/tmpl/gtkeditable.sgml @@ -125,11 +125,12 @@ it from being inserted entirely. @editable: the object which received the signal. @new_text: the new text to insert. -@new_text_length: the length of the new text. -@position: the position at which to insert the new text. - this is an in-out paramter. After the signal - emission is finished, it should point after - the newly inserted text. +@new_text_length: the length of the new text, in bytes, + or -1 if new_text is nul-terminated +@position: the position, in characters, at which to insert + the new text. this is an in-out parameter. + After the signal emission is finished, it should + point after the newly inserted text.