etebase_fetch_options_destroy method
Destroy the object
@param this_ the object handle
Implementation
void etebase_fetch_options_destroy(
ffi.Pointer<EtebaseFetchOptions> this_,
) {
return _etebase_fetch_options_destroy(
this_,
);
}
Destroy the object
@param this_ the object handle
void etebase_fetch_options_destroy(
ffi.Pointer<EtebaseFetchOptions> this_,
) {
return _etebase_fetch_options_destroy(
this_,
);
}