Function file_transfer_send

Source
pub fn file_transfer_send(
    writeable: bool,
    auto_stop: bool,
    files: Vec<impl AsFd + Send + Sync + 'static>,
) -> Task<Result<String>>
Available on crate feature xdg-portal only.