On Wed, 10 Jun 2026 13:34:11 +0100, Daniel P. Berrangé <[email protected]> wrote: > diff --git a/include/qom/object.h b/include/qom/object.h > index 11f55613fcd..c828ac63652 100644 > --- a/include/qom/object.h > +++ b/include/qom/object.h > @@ -1759,6 +1759,16 @@ ObjectProperty *object_property_try_add_child(Object > *obj, const char *name, > ObjectProperty *object_property_add_child(Object *obj, const char *name, > Object *child); > > +/** > + * object_property_get_child_name: > + * @obj: the object that owns the property > + * @child: the object referenced by the child property > + * > + * Return the property name against which @child is registered > + * with @obj, or NULL if non is present
"non" -> "none" -- Marc-André Lureau <[email protected]>
