[vte/vte-next] introspection: Fix annotation thinko
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/vte-next] introspection: Fix annotation thinko
- Date: Fri, 9 Mar 2012 16:07:59 +0000 (UTC)
commit 4cd7e30af2a885e0a3a487aa9348549bd24f5c60
Author: Christian Persch <chpe gnome org>
Date: Fri Mar 9 17:06:14 2012 +0100
introspection: Fix annotation thinko
https://bugzilla.gnome.org/show_bug.cgi?id=661716
src/vte.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 28f505d..cef91f7 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -3990,8 +3990,8 @@ out:
/**
* vte_buffer_feed:
* @buffer: a #VteBuffer
- * @data: (allow-none): a string in the buffer's current encoding
- * @length: (array length=data) (element-type guint8): the length of the string, or <literal>-1</literal>
+ * @data: (allow-none) (array length=length) (element-type guint8): a string in the buffer's current encoding
+ * @length: the length of the string
*
* Interprets @data as if it were data received from a child process. This
* can either be used to drive the buffer without a child process, or just
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]