[vte/vte-0-32] introspection: Fix annotation thinko



commit ef34977b6765be1036ea8cd016861199033e2231
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 f99fc00..72f13eb 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -4624,8 +4624,8 @@ out:
 /**
  * vte_terminal_feed:
  * @terminal: a #VteTerminal
- * @data: a string in the terminal's current encoding
- * @length: (array length=data) (element-type guint8): the length of the string
+ * @data: (array length=length) (element-type guint8): a string in the terminal'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 terminal without a child process, or just



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]