aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-08-15 23:45:18 +0200
committerGerd Hoffmann <kraxel@redhat.com>2012-08-15 23:45:18 +0200
commit3ab79ed743f5574c3f9120c2892d377128e2d7bc (patch)
tree056095b2de19a76dd6c1566f18db9821530e6245 /vconsole.h
parent98f99f5f4b7760010922041d92bf1d17cefd151d (diff)
downloadvconsole-3ab79ed743f5574c3f9120c2892d377128e2d7bc.tar.gz
start guest menu/toolbar item
Diffstat (limited to 'vconsole.h')
-rw-r--r--vconsole.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vconsole.h b/vconsole.h
index 424042f..6422db7 100644
--- a/vconsole.h
+++ b/vconsole.h
@@ -74,8 +74,10 @@ struct vconsole_domain {
virDomainInfo info;
};
+void domain_start(struct vconsole_domain *dom);
void domain_update(struct vconsole_connect *conn,
virDomainPtr d, virDomainEventType event);
void domain_activate(struct vconsole_domain *dom);
void domain_configure_all_vtes(struct vconsole_window *win);
+struct vconsole_domain *domain_find_current_tab(struct vconsole_window *win);
void domain_close_current_tab(struct vconsole_window *win);