mirror of https://github.com/xqemu/xqemu.git
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:
parent
b5e62af8aa
commit
70ae0b6d0e
|
@ -394,9 +394,6 @@ struct ObjectClass
|
||||||
* As a result, #Object contains a reference to the objects type as its
|
* 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
|
* first member. This allows identification of the real type of the object at
|
||||||
* run time.
|
* run time.
|
||||||
*
|
|
||||||
* #Object also contains a list of #Interfaces that this object
|
|
||||||
* implements.
|
|
||||||
*/
|
*/
|
||||||
struct Object
|
struct Object
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue