mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-29 08:47:13 +00:00
char-device: Remove duplicate typedef
This commit is contained in:
parent
eb58bc9ad0
commit
4d3c8bdb98
@ -32,6 +32,7 @@
|
||||
#define RED_IS_CHAR_DEVICE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), RED_TYPE_CHAR_DEVICE))
|
||||
#define RED_CHAR_DEVICE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), RED_TYPE_CHAR_DEVICE, RedCharDeviceClass))
|
||||
|
||||
/* SpiceCharDeviceState is public API, but internally we use RedCharDevice */
|
||||
typedef struct SpiceCharDeviceState RedCharDevice;
|
||||
typedef struct RedCharDeviceClass RedCharDeviceClass;
|
||||
typedef struct RedCharDevicePrivate RedCharDevicePrivate;
|
||||
@ -119,8 +120,6 @@ void red_char_device_set_callbacks(RedCharDevice *dev,
|
||||
* */
|
||||
|
||||
struct RedsState;
|
||||
/* SpiceCharDeviceState is public API, but internally we use RedCharDevice */
|
||||
typedef struct SpiceCharDeviceState RedCharDevice;
|
||||
|
||||
/* buffer that is used for writing to the device */
|
||||
typedef struct RedCharDeviceWriteBuffer {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user