pub unsafe extern "C" fn object_property_parse(
    obj: *mut Object,
    string: *const c_char,
    name: *const c_char,
    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.