projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4602450
)
char: add qemu_chr_fe_add_watch() Returns description
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Fri, 16 Dec 2016 10:49:45 +0000
(11:49 +0100)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Fri, 27 Jan 2017 17:07:58 +0000
(18:07 +0100)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/sysemu/char.h
patch
|
blob
|
history
diff --git
a/include/sysemu/char.h
b/include/sysemu/char.h
index 0a149428cf8af101e1664da172041780817abc6a..b6e361860a359b9643e31be08a662cafde8b5b6d 100644
(file)
--- a/
include/sysemu/char.h
+++ b/
include/sysemu/char.h
@@
-258,6
+258,8
@@
void qemu_chr_fe_printf(CharBackend *be, const char *fmt, ...)
* @cond the condition to poll for
* @func the function to call when the condition happens
* @user_data the opaque pointer to pass to @func
+ *
+ * Returns: the source tag
*/
guint qemu_chr_fe_add_watch(CharBackend *be, GIOCondition cond,
GIOFunc func, void *user_data);