]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qom: Update documentation comment of struct Object
authorCao jin <caoj.fnst@cn.fujitsu.com>
Thu, 5 Nov 2015 07:39:03 +0000 (15:39 +0800)
committerAndreas Färber <afaerber@suse.de>
Thu, 3 Dec 2015 19:10:22 +0000 (20:10 +0100)
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>
include/qom/object.h

index f172fea0b6b96a79a45bed24b26b9e3d12ce9f65..4509166f6fa3e124e360e829bfa7a418c211bc29 100644 (file)
@@ -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
 {