diff options
author | Hans de Goede <hdegoede@redhat.com> | 2012-01-26 15:12:01 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2012-01-31 14:31:38 +0100 |
commit | bf0350423caba9fb9f04103d18032a9a4ce912dd (patch) | |
tree | 164aec6bd02126ddf72e67fb10992a865d573440 /doc/reference | |
parent | 9e26b538db86f255e0cb2a20a064da8aa4e3315f (diff) |
Add a USB device selection widget
This patch adds a SpiceUsbDeviceWidget which apps can use to easily
add an UI to select USB devices to redirect (or unredirect).
See spicy for an example usage.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/spice-gtk-docs.xml | 1 | ||||
-rw-r--r-- | doc/reference/spice-gtk-sections.txt | 18 | ||||
-rw-r--r-- | doc/reference/spice-gtk.types | 2 |
3 files changed, 21 insertions, 0 deletions
diff --git a/doc/reference/spice-gtk-docs.xml b/doc/reference/spice-gtk-docs.xml index 2b4336d..82cdce8 100644 --- a/doc/reference/spice-gtk-docs.xml +++ b/doc/reference/spice-gtk-docs.xml @@ -42,6 +42,7 @@ <title>GTK Widget, from spice-client-gtk</title> <xi:include href="xml/spice-gtk-session.xml"/> <xi:include href="xml/spice-widget.xml"/> + <xi:include href="xml/usb-device-widget.xml"/> </chapter> <chapter id="application-support"> diff --git a/doc/reference/spice-gtk-sections.txt b/doc/reference/spice-gtk-sections.txt index 870352d..5e3af99 100644 --- a/doc/reference/spice-gtk-sections.txt +++ b/doc/reference/spice-gtk-sections.txt @@ -342,6 +342,24 @@ SpiceDisplayPrivate </SECTION> <SECTION> +<FILE>usb-device-widget</FILE> +<TITLE>SpiceUsbDeviceWidget</TITLE> +SpiceUsbDeviceWidget +SpiceUsbDeviceWidgetClass +<SUBSECTION> +spice_usb_device_widget_new +<SUBSECTION Standard> +SPICE_USB_DEVICE_WIDGET +SPICE_IS_USB_DEVICE_WIDGET +spice_usb_device_widget_get_type +SPICE_USB_DEVICE_WIDGET_CLASS +SPICE_IS_USB_DEVICE_WIDGET_CLASS +SPICE_USB_DEVICE_WIDGET_GET_CLASS +<SUBSECTION Private> +SpiceUsbDeviceWidgetPrivate +</SECTION> + +<SECTION> <FILE>spice-util</FILE> spice_util_set_debug spice_util_get_version_string diff --git a/doc/reference/spice-gtk.types b/doc/reference/spice-gtk.types index a88ece1..ff80277 100644 --- a/doc/reference/spice-gtk.types +++ b/doc/reference/spice-gtk.types @@ -18,6 +18,7 @@ #include "spice-grabsequence.h" #include "smartcard-manager.h" #include "usb-device-manager.h" +#include "usb-device-widget.h" spice_audio_get_type spice_channel_event_get_type @@ -40,3 +41,4 @@ spice_session_verify_get_type spice_usbredir_channel_get_type spice_usb_device_get_type spice_usb_device_manager_get_type +spice_usb_device_widget_get_type |