Function panda_sys::object_property_set_description[][src]

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

object_property_set_description: @obj: the object owning the property @name: the name of the property @description: the description of the property on the object @errp: if an error occurs, a pointer to an area to store the error

Set an object property’s description.