lv_cache_entry_get_ref

Function lv_cache_entry_get_ref 

Source
pub unsafe extern "C" fn lv_cache_entry_get_ref(
    entry: *mut lv_cache_entry_t,
) -> i32
Expand description

Get the reference count of a cache entry. @param entry The cache entry to get the reference count of. @return The reference count of the cache entry.