Function panda_sys::object_property_set_link[][src]

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

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

Writes an object’s canonical path to a property.