mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 03:59:52 +00:00
qom: Fix comment typo
It's qom_unref, not qdef_unref. Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com> Reviewed-by: Laurent Vivier <lvivier@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
791b7d2340
commit
ada03a0e84
@ -901,7 +901,7 @@ GSList *object_class_get_list(const char *implements_type,
|
||||
void object_ref(Object *obj);
|
||||
|
||||
/**
|
||||
* qdef_unref:
|
||||
* object_unref:
|
||||
* @obj: the object
|
||||
*
|
||||
* Decrease the reference count of a object. A object cannot be freed as long
|
||||
|
Loading…
Reference in New Issue
Block a user