Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
vte
Commits
70c9222b
Commit
70c9222b
authored
Dec 21, 2010
by
Ignacio Casal Quinteiro
Browse files
Fix annotations. No need to annotate the strings.
See as example gtk_text_buffer_insert.
parent
b916a4d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vte.c
View file @
70c9222b
...
...
@@ -4409,7 +4409,7 @@ out:
/**
* vte_terminal_feed:
* @terminal: a #VteTerminal
* @data:
(array length=length zero-terminated=0) (element-type uint8):
a string in the terminal's current encoding
* @data: 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
...
...
@@ -4612,7 +4612,7 @@ vte_terminal_send(VteTerminal *terminal, const char *encoding,
/**
* vte_terminal_feed_child:
* @terminal: a #VteTerminal
* @text:
(array length=length zero-terminated=maybe) (element-type uint8):
data to send to the child
* @text: data to send to the child
* @length: length of @text in bytes, or -1 if @text is NUL-terminated
*
* Sends a block of UTF-8 text to the child as if it were entered by the user
...
...
@@ -4634,7 +4634,7 @@ vte_terminal_feed_child(VteTerminal *terminal, const char *text, glong length)
/**
* vte_terminal_feed_child_binary:
* @terminal: a #VteTerminal
* @data:
(array length=length zero-terminated=0) (element-type uint8):
data to send to the child
* @data: data to send to the child
* @length: length of @data
*
* Sends a block of binary data to the child.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment