Skip to main content

lv_cache_get_name

Function lv_cache_get_name 

Source
pub unsafe extern "C" fn lv_cache_get_name(
    cache: *mut lv_cache_t,
) -> *const c_char
Expand description

Get the name of a cache object. @param cache The cache object pointer to get the name. @return Returns the name of the cache.