提交 943b4684 编写于 作者: M Marc-André Lureau 提交者: Paolo Bonzini

char: add qemu_chr_fe_add_watch() Returns description

Signed-off-by: NMarc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: NEric Blake <eblake@redhat.com>
Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 4602450a
...@@ -258,6 +258,8 @@ void qemu_chr_fe_printf(CharBackend *be, const char *fmt, ...) ...@@ -258,6 +258,8 @@ void qemu_chr_fe_printf(CharBackend *be, const char *fmt, ...)
* @cond the condition to poll for * @cond the condition to poll for
* @func the function to call when the condition happens * @func the function to call when the condition happens
* @user_data the opaque pointer to pass to @func * @user_data the opaque pointer to pass to @func
*
* Returns: the source tag
*/ */
guint qemu_chr_fe_add_watch(CharBackend *be, GIOCondition cond, guint qemu_chr_fe_add_watch(CharBackend *be, GIOCondition cond,
GIOFunc func, void *user_data); GIOFunc func, void *user_data);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册