]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtktextbuffer.c
The 'len' argument of gtk_text_buffer_insert and gtk_text_buffer_insert_at_cursor...
[~andy/gtk] / gtk / gtktextbuffer.c
index 118e3ad682a24a1a5784530c9995c1a5f6448ece..9f364a94bd1f8837ec27681bcd3cdd022c0b001b 100644 (file)
@@ -921,7 +921,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,
@@ -949,7 +949,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