etebase_client_destroy method
Destroy the object
@param this_ the object handle
Implementation
void etebase_client_destroy(
ffi.Pointer<EtebaseClient> this_,
) {
return _etebase_client_destroy(
this_,
);
}
Destroy the object
@param this_ the object handle
void etebase_client_destroy(
ffi.Pointer<EtebaseClient> this_,
) {
return _etebase_client_destroy(
this_,
);
}