qom: Fix object_initialize_with_type() argument name in documentation
@obj -> @data. Reviewed-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
e65177a87f
commit
53caad9a31
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user