monitor: Convert do_info_balloon() to QObject
authorLuiz Capitulino <lcapitulino@redhat.com>
Wed, 7 Oct 2009 16:42:03 +0000 (13:42 -0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 9 Oct 2009 02:17:19 +0000 (21:17 -0500)
commitfce5604aab916da1bfeab6be87a1586b68ed3360
treee1e8367cce165c012598a610838030fed6534718
parent0ee5531886947eded82a28f1e1205a0ffe3cd043
monitor: Convert do_info_balloon() to QObject

On success return a QInt with the balloon's value.

This also introduces monitor_print_balloon() to print the
balloon information in the user protocol.

Please, note that errors are not being converted yet.

Patchworks-ID: 35351
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
monitor.c