Loading include/qom/object.h +3 −2 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
include/qom/object.h +3 −2 Original line number Diff line number Diff line Loading @@ -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); Loading