mirror of
https://github.com/MopriaAlliance/CUPS-for-Android.git
synced 2025-08-03 02:54:36 +08:00
37 lines
977 B
Plaintext
37 lines
977 B
Plaintext
<!--
|
||
PPD API header for CUPS.
|
||
|
||
Copyright © 2008-2019 by Apple Inc.
|
||
|
||
Licensed under Apache License v2.0. See the file "LICENSE" for more
|
||
information.
|
||
-->
|
||
|
||
<h1 class='title'>PPD API (DEPRECATED)</h1>
|
||
|
||
<blockquote><b>Note:</b>
|
||
|
||
<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>
|
||
</blockquote>
|
||
|
||
<div class='summary'><table summary='General Information'>
|
||
<thead>
|
||
<tr>
|
||
<th>Header</th>
|
||
<th>cups/ppd.h</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<th>Library</th>
|
||
<td>-lcups</td>
|
||
</tr>
|
||
<tr>
|
||
<th>See Also</th>
|
||
<td>Programming: <a href='api-overview.html' target='_top'>Introduction to CUPS Programming</a><br>
|
||
Programming: <a href='cupspm.html' target='_top'>CUPS Programming Manual</a><br>
|
||
Specifications: <a href='spec-ppd.html' target='_top'>CUPS PPD Extensions</a></td>
|
||
</tr>
|
||
</tbody>
|
||
</table></div>
|