etebase_fetch_options_destroy method

void etebase_fetch_options_destroy(
  1. Pointer<EtebaseFetchOptions> this_
)

Destroy the object

@param this_ the object handle

Implementation

void etebase_fetch_options_destroy(
  ffi.Pointer<EtebaseFetchOptions> this_,
) {
  return _etebase_fetch_options_destroy(
    this_,
  );
}