OpenPrinting / libcups

OpenPrinting CUPS Library Sources
https://openprinting.github.io/cups/cups3.html
Apache License 2.0
28 stars 15 forks source link

Clean up files API #15

Closed michaelrsweet closed 2 years ago

michaelrsweet commented 2 years ago

The current CUPS files API still returns integer values for success/fail, sometimes 0 for true and -1 for false and sometimes 1 for true and 0 for false. Update to use bool types.

michaelrsweet commented 2 years ago

[master b44a87037] Clean up cupsFile API (Issue #15)