etebase_fs_cache_destroy method
Destroy the object
@param this_ the object handle
Implementation
void etebase_fs_cache_destroy(
ffi.Pointer<EtebaseFileSystemCache> this_,
) {
return _etebase_fs_cache_destroy(
this_,
);
}
Destroy the object
@param this_ the object handle
void etebase_fs_cache_destroy(
ffi.Pointer<EtebaseFileSystemCache> this_,
) {
return _etebase_fs_cache_destroy(
this_,
);
}