diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-08-31 13:44:52 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-08-31 14:26:17 +0200 |
commit | 4479fc4eb5c8bf5219f902fafe4740909da0e5a2 (patch) | |
tree | 5dbfcf5652e26d79ded934ee13fdf904f338ac05 /doc | |
parent | 9fbad9a2f0e65f7ef35e96819d6a428a3a1209e8 (diff) |
doc: update to include USB redirection
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/spice-gtk-docs.xml | 2 | ||||
-rw-r--r-- | doc/reference/spice-gtk-sections.txt | 45 | ||||
-rw-r--r-- | doc/reference/spice-gtk.types | 5 |
3 files changed, 52 insertions, 0 deletions
diff --git a/doc/reference/spice-gtk-docs.xml b/doc/reference/spice-gtk-docs.xml index 1308041..c7f205b 100644 --- a/doc/reference/spice-gtk-docs.xml +++ b/doc/reference/spice-gtk-docs.xml @@ -35,6 +35,7 @@ <xi:include href="xml/channel-playback.xml"/> <xi:include href="xml/channel-record.xml"/> <xi:include href="xml/channel-smartcard.xml"/> + <xi:include href="xml/channel-usbredir.xml"/> </chapter> <chapter> @@ -46,6 +47,7 @@ <title>Application Support, from spice-client-glib</title> <xi:include href="xml/spice-audio.xml"/> <xi:include href="xml/smartcard-manager.xml"/> + <xi:include href="xml/usb-device-manager.xml"/> <xi:include href="xml/spice-util.xml"/> </chapter> diff --git a/doc/reference/spice-gtk-sections.txt b/doc/reference/spice-gtk-sections.txt index e463991..b4fd817 100644 --- a/doc/reference/spice-gtk-sections.txt +++ b/doc/reference/spice-gtk-sections.txt @@ -235,6 +235,51 @@ spice_smartcard_manager </SECTION> <SECTION> +<FILE>channel-usbredir</FILE> +<TITLE>SpiceUsbredirChannel</TITLE> +SpiceUsbredirChannel +SpiceUsbredirChannelClass +<SUBSECTION Standard> +SPICE_USBREDIR_CHANNEL +SPICE_IS_USBREDIR_CHANNEL +SPICE_TYPE_USBREDIR_CHANNEL +spice_usbredir_channel_get_type +SPICE_USBREDIR_CHANNEL_CLASS +SPICE_IS_USBREDIR_CHANNEL_CLASS +SPICE_USBREDIR_CHANNEL_GET_CLASS +<SUBSECTION Private> +SpiceUsbredirChannelPrivate +</SECTION> + +<SECTION> +<FILE>usb-device-manager</FILE> +<TITLE>SpiceUsbDeviceManager</TITLE> +SPICE_TYPE_USB_DEVICE +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 +spice_usb_device_manager_disconnect_device +SpiceUsbDevice +<SUBSECTION Standard> +SPICE_USB_DEVICE_MANAGER +SPICE_IS_USB_DEVICE_MANAGER +SPICE_TYPE_USB_DEVICE_MANAGER +spice_usb_device_manager_get_type +spice_usb_device_get_type +SPICE_USB_DEVICE_MANAGER_CLASS +SPICE_IS_USB_DEVICE_MANAGER_CLASS +SPICE_USB_DEVICE_MANAGER_GET_CLASS +<SUBSECTION Private> +SpiceUsbDeviceManagerPrivate +</SECTION> + +<SECTION> <FILE>spice-widget</FILE> <TITLE>SpiceDisplay</TITLE> SpiceDisplay diff --git a/doc/reference/spice-gtk.types b/doc/reference/spice-gtk.types index 6639730..d8e0f28 100644 --- a/doc/reference/spice-gtk.types +++ b/doc/reference/spice-gtk.types @@ -12,9 +12,11 @@ #include "channel-playback.h" #include "channel-record.h" #include "channel-smartcard.h" +#include "channel-usbredir.h" #include "spice-widget.h" #include "spice-grabsequence.h" #include "smartcard-manager.h" +#include "usb-device-manager.h" spice_audio_get_type spice_channel_event_get_type @@ -33,3 +35,6 @@ spice_session_verify_get_type spice_smartcard_channel_get_type spice_smartcard_manager_get_type spice_session_verify_get_type +spice_usbredir_channel_get_type +spice_usb_device_get_type +spice_usb_device_manager_get_type |