[gtk+/gtk-2-24] The 'len' argument of gtk_text_buffer_insert and gtk_text_buffer_insert_at_cursor isn't really the l
- From: Martin Pitt <martinpitt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-24] The 'len' argument of gtk_text_buffer_insert and gtk_text_buffer_insert_at_cursor isn't really the l
- Date: Mon, 10 Jan 2011 03:34:54 +0000 (UTC)
commit 1435dcc1cbbb338365a79f222cac746df4724e9b
Author: Tomeu Vizoso <tomeu vizoso collabora co uk>
Date: Tue Aug 17 17:57:58 2010 +0200
The 'len' argument of gtk_text_buffer_insert and gtk_text_buffer_insert_at_cursor isn't really the length of the 'text' argument
(Cherrypicked from master commit 24d8c776d4e)
gtk/gtktextbuffer.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c
index aa89503..cfe5c16 100644
--- a/gtk/gtktextbuffer.c
+++ b/gtk/gtktextbuffer.c
@@ -897,7 +897,7 @@ gtk_text_buffer_emit_insert (GtkTextBuffer *buffer,
* gtk_text_buffer_insert:
* @buffer: a #GtkTextBuffer
* @iter: a position in the buffer
- * @text: (array length=len) (element-type uint8): text in UTF-8 format
+ * @text: text in UTF-8 format
* @len: length of text in bytes, or -1
*
* Inserts @len bytes of @text at position @iter. If @len is -1,
@@ -925,7 +925,7 @@ gtk_text_buffer_insert (GtkTextBuffer *buffer,
/**
* gtk_text_buffer_insert_at_cursor:
* @buffer: a #GtkTextBuffer
- * @text: (array length=len) (element-type uint8): text in UTF-8 format
+ * @text: text in UTF-8 format
* @len: length of text, in bytes
*
* Simply calls gtk_text_buffer_insert(), using the current
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]