projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e65177a
)
qom: Fix object_initialize_with_type() argument name in documentation
author
Andreas Färber
<afaerber@suse.de>
Fri, 23 Aug 2013 23:12:33 +0000
(
01:12
+0200)
committer
Andreas Färber
<afaerber@suse.de>
Fri, 30 Aug 2013 18:14:38 +0000
(20:14 +0200)
@obj -> @data.
Reviewed-by: Wenchao Xia <xiawenc@linux.vnet.ibm.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 48109dea74680e3c765cbe4247295a2bdde847b7..c463ceda5a3b1c2568b12c337e7cb3f08ddeec33 100644
(file)
--- a/
include/qom/object.h
+++ b/
include/qom/object.h
@@
-585,7
+585,7
@@
Object *object_new_with_type(Type type);
/**
* object_initialize_with_type:
- * @
obj
: A pointer to the memory to be used for the object.
+ * @
data
: A pointer to the memory to be used for the object.
* @type: The type of the object to instantiate.
*
* This function will initialize an object. The memory for the object should