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)
commitcc1d9c70152ecb9bb85908af31c04b1e80bce34d
treee1e8367cce165c012598a610838030fed6534718
parentab2d3187620e98f23c84b991e1c8d70aefc76198
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