lv_cache_set_name

Function lv_cache_set_name 

Source
pub unsafe extern "C" fn lv_cache_set_name(
    cache: *mut lv_cache_t,
    name: *const c_char,
)
Expand description

Give a name for a cache object. Only the pointer of the string is saved. @param cache The cache object pointer to set the name. @param name The name of the cache.