projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5e62af
)
qom: Update documentation comment of struct Object
author
Cao jin
<caoj.fnst@cn.fujitsu.com>
Thu, 5 Nov 2015 07:39:03 +0000
(15:39 +0800)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/include/qom/object.h
b/include/qom/object.h
index f172fea0b6b96a79a45bed24b26b9e3d12ce9f65..4509166f6fa3e124e360e829bfa7a418c211bc29 100644
(file)
--- a/
include/qom/object.h
+++ b/
include/qom/object.h
@@
-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
{