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