diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-10-06 17:06:06 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2011-10-07 10:59:14 +0200 |
commit | 971eb9be73ee306e7e5c1a0d07251fd01f967d1d (patch) | |
tree | 22a809aa036df0d084b3ed19fe7809e74e09cfeb /doc/reference | |
parent | f64c15fce3c236c49db460c0f39d5fbca7397cf3 (diff) |
usb-device-manager: One instance per session instead of a singleton
Since usb device manager keeps track of which usb channels there are and
if they have usb devices attached there should be one usb-device-manager
instance per session, rather then one global singleton.
Tying the usb-device-manager to the session also allows us to get rid of
spice_usb_device_manager_[un]register_channel and the need for SpiceDisplay
to call these.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/spice-gtk-sections.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/reference/spice-gtk-sections.txt b/doc/reference/spice-gtk-sections.txt index 56ae829..870352d 100644 --- a/doc/reference/spice-gtk-sections.txt +++ b/doc/reference/spice-gtk-sections.txt @@ -265,8 +265,6 @@ SpiceUsbDeviceManager SpiceUsbDeviceManagerClass <SUBSECTION> spice_usb_device_manager_get -spice_usb_device_manager_register_channel -spice_usb_device_manager_unregister_channel spice_usb_device_manager_get_devices spice_usb_device_manager_is_device_connected spice_usb_device_manager_connect_device |