Function panda_sys::object_property_set_int[][src]

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

object_property_set_int: @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 integer value to a property.