Function panda_sys::object_property_set_bool[][src]

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

object_property_set_bool: @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 bool value to a property.