qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 2/4] qom: Update documentation comment of struct Obje


From: Andreas Färber
Subject: [Qemu-devel] [PULL 2/4] qom: Update documentation comment of struct Object
Date: Thu, 3 Dec 2015 20:45:07 +0100

From: Cao jin <address@hidden>

It doesn't have "GSList *interfaces" anymore, drop the paragraph.

Signed-off-by: Cao jin <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
---
 include/qom/object.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/qom/object.h b/include/qom/object.h
index f172fea..4509166 100644
--- 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
 {
-- 
2.6.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]