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

object_property_get_uint16List: @obj: the object @name: the name of the property @list: the returned int list @errp: returns an error if this function fails

Returns: the value of the property, converted to integers, or undefined if an error occurs (including when the property value is not an list of integers).