Skip to content

Commit a575b66

Browse files
committed
More documentation updates.
1 parent 2a3cb9c commit a575b66

10 files changed

Lines changed: 889 additions & 672 deletions

File tree

MIGRATING.md

Lines changed: 0 additions & 149 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ a 100% driverless printing system for Unix®-life operating systems.
1717

1818
This version of the CUPS library removes all of the deprecated and obsolete APIs
1919
from CUPS 2.x and earlier and is *not* binary compatible with older releases.
20-
See the file `MIGRATING.md` for a description of the changes and how to migrate
21-
your code to the new library.
20+
See the file `doc/cupspm.html` for a description of the changes and how to
21+
migrate your code to the new library.
2222

2323
The CUPS library is licensed under the Apache License Version 2.0 with an
2424
exception to allow linking against GNU GPL2-only software. See the files
@@ -37,8 +37,6 @@ the CUPS sources:
3737
- `DEVELOPING.md`: Guidelines for developing code for the CUPS project.
3838
- `INSTALL.md`: Instructions for building and installing the CUPS library.
3939
- `LICENSE`: The CUPS license agreement (Apache 2.0).
40-
- `MIGRATING.md`: Guidance on migrating CUPS 2.x and earlier code to the new
41-
CUPS library.
4240
- `NOTICE`: Copyright notices and exceptions to the CUPS license agreement.
4341
- `README.md`: This file.
4442

cups/cups.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ enum cups_ptype_e // Printer type/capability flags
223223
CUPS_PTYPE_SCANNER = 0x2000000, // Scanner-only device
224224
CUPS_PTYPE_MFP = 0x4000000, // Printer with scanning capabilities
225225
CUPS_PTYPE_FOLD = 0x10000000, // Can fold output
226-
CUPS_PTYPE_OPTIONS = 0x6fffc // ~(CLASS | REMOTE | IMPLICIT | DEFAULT | FAX | REJECTING | DELETE | NOT_SHARED | AUTHENTICATED | COMMANDS | DISCOVERED) @private@
226+
CUPS_PTYPE_OPTIONS = 0x1006fffc // ~(CLASS | REMOTE | IMPLICIT | DEFAULT | FAX | REJECTING | DELETE | NOT_SHARED | AUTHENTICATED | COMMANDS | DISCOVERED) @private@
227227
};
228228
typedef unsigned cups_ptype_t; // Combined printer type/capability flags
229229

cups/cupspm-icon.png

4.76 KB
Loading

0 commit comments

Comments
 (0)