diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2014-12-11 14:58:57 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2014-12-11 14:59:07 +0100 |
commit | 770369a52156076843f8d5e49630ccd6109e1b9a (patch) | |
tree | e40432e729b9f33c941d06850ab6cce383cd535c | |
parent | 0cb413b8de8c1a279c02bb9d471cea943a91b8f9 (diff) |
docs: improvements for 0.27 release
-rw-r--r-- | doc/reference/spice-gtk-sections.txt | 1 | ||||
-rw-r--r-- | gtk/spice-session.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/reference/spice-gtk-sections.txt b/doc/reference/spice-gtk-sections.txt index 141a32e..5d7b176 100644 --- a/doc/reference/spice-gtk-sections.txt +++ b/doc/reference/spice-gtk-sections.txt @@ -307,6 +307,7 @@ spice_usb_device_manager_connect_device_finish <SUBSECTION> SpiceUsbDevice spice_usb_device_get_description +spice_usb_device_get_libusb_device <SUBSECTION Standard> SPICE_USB_DEVICE_MANAGER SPICE_IS_USB_DEVICE_MANAGER diff --git a/gtk/spice-session.h b/gtk/spice-session.h index a79894f..750af29 100644 --- a/gtk/spice-session.h +++ b/gtk/spice-session.h @@ -52,7 +52,7 @@ typedef enum { * @SPICE_SESSION_MIGRATION_NONE: no migration going on * @SPICE_SESSION_MIGRATION_SWITCHING: the session is switching host (destroy and reconnect) * @SPICE_SESSION_MIGRATION_MIGRATING: the session is migrating seamlessly (reconnect) - * @SPICE_SESSION_MIGRATION_CONNECTING: the migration is connecting to destination + * @SPICE_SESSION_MIGRATION_CONNECTING: the migration is connecting to destination (Since: 0.27) * * Session migration state. **/ |