etebase_user_profile_get_pubkey_size method

int etebase_user_profile_get_pubkey_size(
  1. Pointer<EtebaseUserProfile> this_
)

The size of the user's identity public key

@param this_ the object handle

Implementation

int etebase_user_profile_get_pubkey_size(
  ffi.Pointer<EtebaseUserProfile> this_,
) {
  return _etebase_user_profile_get_pubkey_size(
    this_,
  );
}