|
| From: | Paolo Bonzini |
| Subject: | Re: [Qemu-devel] [PATCH 02/10] qdev: remove qdev_prop_exists |
| Date: | Fri, 25 May 2012 09:20:39 +0200 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 |
Il 24/05/2012 23:34, Andreas Färber ha scritto:
>> >
>> > -static ObjectProperty *object_property_find(Object *obj, const char *name)
>> > +ObjectProperty *object_property_find(Object *obj, const char *name)
>> > {
>> > ObjectProperty *prop;
>> >
> Any reason not to expose a bool object_property_exists() instead?
It seemed pretty redundant...
Paolo
| [Prev in Thread] | Current Thread | [Next in Thread] |