Il 26/06/2012 00:01, Anthony Liguori ha scritto:
> The various object_property_set_* functions are inconsistent because I
> didn't write them.  I'm not sure why they take value/name.  They should
> take name/value IMHO.

void object_property_set(Object *obj, Visitor *v, const char *name,
                         Error **errp)

s/v/value/ and you get object_property_set_*.  I don't like it either,
but I was trying to be consistent...

Paolo

Reply via email to