| Spice-GTK Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
The Spice protocol defines a set of messages to redirect USB devices from the Spice client to the VM. This channel handles these messages.
typedef struct _SpiceUsbredirChannel SpiceUsbredirChannel;
The SpiceUsbredirChannel struct is opaque and should not be accessed directly.
typedef struct {
SpiceChannelClass parent_class;
/* signals */
} SpiceUsbredirChannelClass;
Class structure for SpiceUsbredirChannel.
SpiceChannelClass |
Parent class. |