pub unsafe extern "C" fn object_property_parse(
obj: *mut Object,
string: *const i8,
name: *const i8,
errp: *mut *mut Error,
)Expand description
object_property_parse: @obj: the object @string: the string that will be used to parse the property value. @name: the name of the property @errp: returns an error if this function fails
Parses a string and writes the result into a property of an object.