etebase_account_destroy method
Destroy the object
@param this_ the object handle
Implementation
void etebase_account_destroy(
ffi.Pointer<EtebaseAccount> this_,
) {
return _etebase_account_destroy(
this_,
);
}
Destroy the object
@param this_ the object handle
void etebase_account_destroy(
ffi.Pointer<EtebaseAccount> this_,
) {
return _etebase_account_destroy(
this_,
);
}