mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
qom: Document object_get_canonical_path() returns malloced string
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20200714160202.3121879-5-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
@ -1467,8 +1467,9 @@ const char *object_get_canonical_path_component(const Object *obj);
|
||||
/**
|
||||
* object_get_canonical_path:
|
||||
*
|
||||
* Returns: The canonical path for a object. This is the path within the
|
||||
* composition tree starting from the root.
|
||||
* Returns: The canonical path for a object, newly allocated. This is
|
||||
* the path within the composition tree starting from the root. Use
|
||||
* g_free() to free it.
|
||||
*/
|
||||
char *object_get_canonical_path(const Object *obj);
|
||||
|
||||
|
Reference in New Issue
Block a user