mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
qom: Update documentation comment of struct Object
It doesn't have "GSList *interfaces" anymore, drop the paragraph. Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
@@ -394,9 +394,6 @@ struct ObjectClass
|
||||
* As a result, #Object contains a reference to the objects type as its
|
||||
* first member. This allows identification of the real type of the object at
|
||||
* run time.
|
||||
*
|
||||
* #Object also contains a list of #Interfaces that this object
|
||||
* implements.
|
||||
*/
|
||||
struct Object
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user