etebase_user_profile_destroy method
Destroy the object
@param this_ the object handle
Implementation
void etebase_user_profile_destroy(
ffi.Pointer<EtebaseUserProfile> this_,
) {
return _etebase_user_profile_destroy(
this_,
);
}
Destroy the object
@param this_ the object handle
void etebase_user_profile_destroy(
ffi.Pointer<EtebaseUserProfile> this_,
) {
return _etebase_user_profile_destroy(
this_,
);
}