summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-notebook.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-07-17 19:39:27 +0200
committerDaniel P. Berrange <berrange@redhat.com>2011-07-26 12:00:29 +0100
commit8d0f1d42351363f59b3d176cb8a8371a9b42ae96 (patch)
tree3efc88c43e5122d771a706526d0f60d48802f74e /src/virt-viewer-notebook.h
parent0584170300d9a90383de40f06b913ca3e71e36d9 (diff)
downloadvirt-viewer-8d0f1d42351363f59b3d176cb8a8371a9b42ae96.tar.gz
virt-viewer-8d0f1d42351363f59b3d176cb8a8371a9b42ae96.tar.xz
virt-viewer-8d0f1d42351363f59b3d176cb8a8371a9b42ae96.zip
Show status on all open windows
The split virt_viewer_notebook_show_status() to virt_viewer_notebook_show_status_va() is unnecessary in the end, but it's more future-proof.
Diffstat (limited to 'src/virt-viewer-notebook.h')
-rw-r--r--src/virt-viewer-notebook.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/virt-viewer-notebook.h b/src/virt-viewer-notebook.h
index 4ba6c08..0d2b0ce 100644
--- a/src/virt-viewer-notebook.h
+++ b/src/virt-viewer-notebook.h
@@ -60,6 +60,7 @@ typedef struct {
GType virt_viewer_notebook_get_type (void);
VirtViewerNotebook* virt_viewer_notebook_new (void);
+void virt_viewer_notebook_show_status_va(VirtViewerNotebook *self, const gchar *fmt, va_list args);
void virt_viewer_notebook_show_status(VirtViewerNotebook *nb, const gchar *fmt, ...);
void virt_viewer_notebook_show_display(VirtViewerNotebook *nb);