xref: /aosp_15_r20/external/libcups/cups/api-ppd.header (revision 5e7646d21f1134fb0638875d812ef646c12ab91e)
1*5e7646d2SAndroid Build Coastguard Worker<!--
2*5e7646d2SAndroid Build Coastguard Worker  PPD API header for CUPS.
3*5e7646d2SAndroid Build Coastguard Worker
4*5e7646d2SAndroid Build Coastguard Worker  Copyright © 2008-2019 by Apple Inc.
5*5e7646d2SAndroid Build Coastguard Worker
6*5e7646d2SAndroid Build Coastguard Worker  Licensed under Apache License v2.0.  See the file "LICENSE" for more
7*5e7646d2SAndroid Build Coastguard Worker  information.
8*5e7646d2SAndroid Build Coastguard Worker-->
9*5e7646d2SAndroid Build Coastguard Worker
10*5e7646d2SAndroid Build Coastguard Worker<h1 class='title'>PPD API (DEPRECATED)</h1>
11*5e7646d2SAndroid Build Coastguard Worker
12*5e7646d2SAndroid Build Coastguard Worker<blockquote><b>Note:</b>
13*5e7646d2SAndroid Build Coastguard Worker
14*5e7646d2SAndroid Build Coastguard Worker<p>The PPD API was deprecated in CUPS 1.6/macOS 10.8. Please use the new Job Ticket APIs in the <a href="cupspm.html">CUPS Programming Manual</a> documentation. These functions will be removed in a future release of CUPS.</p>
15*5e7646d2SAndroid Build Coastguard Worker</blockquote>
16*5e7646d2SAndroid Build Coastguard Worker
17*5e7646d2SAndroid Build Coastguard Worker<div class='summary'><table summary='General Information'>
18*5e7646d2SAndroid Build Coastguard Worker<thead>
19*5e7646d2SAndroid Build Coastguard Worker<tr>
20*5e7646d2SAndroid Build Coastguard Worker	<th>Header</th>
21*5e7646d2SAndroid Build Coastguard Worker	<th>cups/ppd.h</th>
22*5e7646d2SAndroid Build Coastguard Worker</tr>
23*5e7646d2SAndroid Build Coastguard Worker</thead>
24*5e7646d2SAndroid Build Coastguard Worker<tbody>
25*5e7646d2SAndroid Build Coastguard Worker<tr>
26*5e7646d2SAndroid Build Coastguard Worker	<th>Library</th>
27*5e7646d2SAndroid Build Coastguard Worker	<td>-lcups</td>
28*5e7646d2SAndroid Build Coastguard Worker</tr>
29*5e7646d2SAndroid Build Coastguard Worker<tr>
30*5e7646d2SAndroid Build Coastguard Worker	<th>See Also</th>
31*5e7646d2SAndroid Build Coastguard Worker	<td>Programming: <a href='api-overview.html' target='_top'>Introduction to CUPS Programming</a><br>
32*5e7646d2SAndroid Build Coastguard Worker	Programming: <a href='cupspm.html' target='_top'>CUPS Programming Manual</a><br>
33*5e7646d2SAndroid Build Coastguard Worker	Specifications: <a href='spec-ppd.html' target='_top'>CUPS PPD Extensions</a></td>
34*5e7646d2SAndroid Build Coastguard Worker</tr>
35*5e7646d2SAndroid Build Coastguard Worker</tbody>
36*5e7646d2SAndroid Build Coastguard Worker</table></div>
37