summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-app.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-01-27 14:51:22 +0100
committerDaniel P. Berrange <berrange@redhat.com>2012-01-30 17:10:21 +0000
commit8edbbcf18e1be036668fd4b1f94ac404888195a0 (patch)
tree8c29ba8ed7e7e1a8dc96e4a2f8e3f72576ab74d8 /src/virt-viewer-app.h
parent629ddc1b5d80b0e0231e3a56ac69c88536654f9e (diff)
downloadvirt-viewer-8edbbcf18e1be036668fd4b1f94ac404888195a0.tar.gz
virt-viewer-8edbbcf18e1be036668fd4b1f94ac404888195a0.tar.xz
virt-viewer-8edbbcf18e1be036668fd4b1f94ac404888195a0.zip
Use graphical URI for connection
If specified, use URI for connection details
Diffstat (limited to 'src/virt-viewer-app.h')
-rw-r--r--src/virt-viewer-app.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/virt-viewer-app.h b/src/virt-viewer-app.h
index f3fbadd..cc85dfa 100644
--- a/src/virt-viewer-app.h
+++ b/src/virt-viewer-app.h
@@ -75,7 +75,8 @@ void virt_viewer_app_set_connect_info(VirtViewerApp *self,
const gchar *transport,
const gchar *unixsock,
const gchar *user,
- gint port);
+ gint port,
+ const gchar *guri);
gboolean virt_viewer_app_window_set_visible(VirtViewerApp *self, VirtViewerWindow *window, gboolean visible);
void virt_viewer_app_show_status(VirtViewerApp *self, const gchar *fmt, ...);
void virt_viewer_app_show_display(VirtViewerApp *self);