summaryrefslogtreecommitdiff
path: root/src/vte.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2012-03-09 17:06:14 +0100
committerChristian Persch <chpe@gnome.org>2012-03-09 17:06:14 +0100
commitef34977b6765be1036ea8cd016861199033e2231 (patch)
treef67f6db9036d1460d29cdbe4daf546ac64bd0ca7 /src/vte.c
parent79793eeb430c60a774ff118192b249c6c06e4acc (diff)
downloadvte-ef34977b6765be1036ea8cd016861199033e2231.tar.gz
introspection: Fix annotation thinko
https://bugzilla.gnome.org/show_bug.cgi?id=661716
Diffstat (limited to 'src/vte.c')
-rw-r--r--src/vte.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vte.c b/src/vte.c
index f99fc002..72f13eb9 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