etebase_collection_verify method

bool etebase_collection_verify(
  1. Pointer<EtebaseCollection> this_
)

Manually verify the integrity of the collection

This is also done automatically by the API

@param this_ the object handle

Implementation

bool etebase_collection_verify(
  ffi.Pointer<EtebaseCollection> this_,
) {
  return _etebase_collection_verify(
    this_,
  );
}