Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

print_job: fix send() closure #1563

Merged
merged 1 commit into from
Jan 28, 2024
Merged

Conversation

pbor
Copy link
Contributor

@pbor pbor commented Jan 19, 2024

Pass a result, since error is set only on failure. Also avoid passing the job itself to the rust closure since that is redundant.

@pbor pbor force-pushed the print-job-send branch 2 times, most recently from 46b3e51 to 5d6085a Compare January 19, 2024 13:38
gtk4/src/print_job.rs Outdated Show resolved Hide resolved
gtk4/src/print_job.rs Outdated Show resolved Hide resolved
@pbor pbor force-pushed the print-job-send branch 3 times, most recently from 9026968 to 4db289e Compare January 20, 2024 20:58
Pass a result, since error is set only on failure.
@bilelmoussaoui bilelmoussaoui merged commit 2cce635 into gtk-rs:master Jan 28, 2024
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants