diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-08-15 23:45:18 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-08-15 23:45:18 +0200 |
commit | 3ab79ed743f5574c3f9120c2892d377128e2d7bc (patch) | |
tree | 056095b2de19a76dd6c1566f18db9821530e6245 /vconsole.h | |
parent | 98f99f5f4b7760010922041d92bf1d17cefd151d (diff) | |
download | vconsole-3ab79ed743f5574c3f9120c2892d377128e2d7bc.tar.gz |
start guest menu/toolbar item
Diffstat (limited to 'vconsole.h')
-rw-r--r-- | vconsole.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |