etebase_client_destroy method

void etebase_client_destroy(
  1. Pointer<EtebaseClient> this_
)

Destroy the object

@param this_ the object handle

Implementation

void etebase_client_destroy(
  ffi.Pointer<EtebaseClient> this_,
) {
  return _etebase_client_destroy(
    this_,
  );
}