summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2016-12-16 11:49:45 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2017-01-27 18:07:58 +0100
commit943b468434e26887a78ab323c7682b8722c2b178 (patch)
treea52a4d5563bee48d600d074ac337d90537ed994b
parent4602450a5941ecf8b1c5b9b9ed4809305d7baa17 (diff)
downloadfocaccia-qemu-943b468434e26887a78ab323c7682b8722c2b178.tar.gz
focaccia-qemu-943b468434e26887a78ab323c7682b8722c2b178.zip
char: add qemu_chr_fe_add_watch() Returns description
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>
-rw-r--r--include/sysemu/char.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysemu/char.h b/include/sysemu/char.h
index 0a149428cf..b6e361860a 100644
--- 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);