etebase_fs_cache_collection_unset method
int
etebase_fs_cache_collection_unset(
- Pointer<
EtebaseFileSystemCache> this_, - Pointer<
EtebaseCollectionManager> col_mgr, - Pointer<
Char> col_uid
Remove a collection from cache
@param this_ the object handle @param col_mgr collection manager for the account @param col_uid the UID of the collection to remove
Implementation
int etebase_fs_cache_collection_unset(
ffi.Pointer<EtebaseFileSystemCache> this_,
ffi.Pointer<EtebaseCollectionManager> col_mgr,
ffi.Pointer<ffi.Char> col_uid,
) {
return _etebase_fs_cache_collection_unset(
this_,
col_mgr,
col_uid,
);
}