|
@@ -24,10 +24,6 @@ typedef struct SysBusDevice SysBusDevice;
|
|
|
|
|
|
/**
|
|
/**
|
|
* SysBusDeviceClass:
|
|
* SysBusDeviceClass:
|
|
- * @init: Callback function invoked when the #DeviceState.realized property
|
|
|
|
- * is changed to %true. Deprecated, new types inheriting directly from
|
|
|
|
- * TYPE_SYS_BUS_DEVICE should use #DeviceClass.realize instead, new leaf
|
|
|
|
- * types should consult their respective parent type.
|
|
|
|
*
|
|
*
|
|
* SysBusDeviceClass is not overriding #DeviceClass.realize, so derived
|
|
* SysBusDeviceClass is not overriding #DeviceClass.realize, so derived
|
|
* classes overriding it are not required to invoke its implementation.
|
|
* classes overriding it are not required to invoke its implementation.
|