pub fn file_transfer_send( writeable: bool, auto_stop: bool, files: Vec<impl AsFd + Send + Sync + 'static>, ) -> Task<Result<String>>
xdg-portal