summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-app.h
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2014-01-17 13:39:29 -0600
committerJonathon Jongsma <jjongsma@redhat.com>2014-08-07 08:51:15 -0500
commitb684a76fa4147ecf5c241476d9c362cfff404c29 (patch)
tree17282196879e0177ab880470cdce3dfe100713c7 /src/virt-viewer-app.h
parent7d8abf39571b7d6f741d39da8d6e33f55a14cb23 (diff)
downloadvirt-viewer-b684a76fa4147ecf5c241476d9c362cfff404c29.tar.gz
virt-viewer-b684a76fa4147ecf5c241476d9c362cfff404c29.tar.xz
virt-viewer-b684a76fa4147ecf5c241476d9c362cfff404c29.zip
Add a dialog showing details of the current guest
This allows the user to obtain the GUID and vm name of the currently-connected guest. Obviously, this only works with spice. In the future, it will allow them to set guest-specific configuration options (using a GUID as a key)
Diffstat (limited to 'src/virt-viewer-app.h')
-rw-r--r--src/virt-viewer-app.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/virt-viewer-app.h b/src/virt-viewer-app.h
index f953a1e..25cfc8b 100644
--- a/src/virt-viewer-app.h
+++ b/src/virt-viewer-app.h
@@ -100,7 +100,6 @@ GOptionGroup* virt_viewer_app_get_option_group(void);
void virt_viewer_app_clear_hotkeys(VirtViewerApp *app);
gint virt_viewer_app_get_n_initial_displays(VirtViewerApp* self);
gint virt_viewer_app_get_initial_monitor_for_display(VirtViewerApp* self, gint display);
-void virt_viewer_app_set_uuid_string(VirtViewerApp* self, const gchar* uuid_string);
void virt_viewer_app_set_enable_accel(VirtViewerApp *app, gboolean enable);
G_END_DECLS