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

object_property_add_uint16_ptr: @obj: the object to add a property to @name: the name of the property @v: pointer to value @errp: if an error occurs, a pointer to an area to store the error

Add an integer property in memory. This function will add a property of type ‘uint16’.