diff options
Diffstat (limited to 'doc')
-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 |