pub unsafe extern "C" fn object_property_set_str(
    obj: *mut Object,
    value: *const c_char,
    name: *const c_char,
    errp: *mut *mut Error
)
Expand description

object_property_set_str: @value: the value to be written to the property @name: the name of the property @errp: returns an error if this function fails

Writes a string value to a property.