summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-09-13 14:26:04 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-09-13 14:26:04 +0000
commitbd3c57680e3abf07da6642f3d956759e51f04c86 (patch)
tree160a02949b8142ccc886c96b79794f1ff8adc513
parente02da6db6e66cf0b0692743f512838d3c300bd91 (diff)
downloadgdk-pixbuf-bd3c57680e3abf07da6642f3d956759e51f04c86.tar.gz
Clarify docs for ::insert-text signal. (#316094, Tommi Komulainen)
2005-09-13 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkeditable.sgml: Clarify docs for ::insert-text signal. (#316094, Tommi Komulainen)
-rw-r--r--docs/reference/ChangeLog6
-rw-r--r--docs/reference/gtk/tmpl/gtkeditable.sgml11
2 files changed, 12 insertions, 5 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 3f6472ba1..500e434c2 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-13 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/tmpl/gtkeditable.sgml: Clarify docs
+ for ::insert-text signal. (#316094, Tommi
+ Komulainen)
+
2005-09-05 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkpaned.sgml: Fix some typos.
diff --git a/docs/reference/gtk/tmpl/gtkeditable.sgml b/docs/reference/gtk/tmpl/gtkeditable.sgml
index f92116e09..a227a8092 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.
<!-- ##### FUNCTION gtk_editable_select_region ##### -->
<para>