etebase_signed_invitation_get_from_username method
The username this invitation is from
@param this_ the object handle
Implementation
ffi.Pointer<ffi.Void> etebase_signed_invitation_get_from_username(
ffi.Pointer<EtebaseSignedInvitation> this_,
) {
return _etebase_signed_invitation_get_from_username(
this_,
);
}