etebase_fs_cache_load_stoken method

Pointer<Char> etebase_fs_cache_load_stoken(
  1. Pointer<EtebaseFileSystemCache> this_
)

Load the collection list sync token from cache

@param this_ the object handle

Implementation

ffi.Pointer<ffi.Char> etebase_fs_cache_load_stoken(
  ffi.Pointer<EtebaseFileSystemCache> this_,
) {
  return _etebase_fs_cache_load_stoken(
    this_,
  );
}