mirror of
https://github.com/MopriaAlliance/CUPS-for-Android.git
synced 2025-08-04 03:14:37 +08:00
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
<!--
|
|
"$Id: api-ppd.header 7616 2008-05-28 00:34:13Z mike $"
|
|
|
|
PPD API header for CUPS.
|
|
|
|
Copyright 2008-2012 by Apple Inc.
|
|
|
|
These coded instructions, statements, and computer programs are the
|
|
property of Apple Inc. and are protected by Federal copyright
|
|
law. Distribution and use rights are outlined in the file "LICENSE.txt"
|
|
which should have been included with this file. If this file is
|
|
file is missing or damaged, see the license at "http://www.cups.org/".
|
|
-->
|
|
|
|
<h1 class='title'>PPD API (DEPRECATED)</h1>
|
|
|
|
<blockquote>The PPD API is deprecated starting in CUPS 1.6/OS X 10.8. Please use the new Job Ticket APIs in the <a href="api-cups.html">CUPS API</a> documentation. These functions will be removed in a future release of CUPS.</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='api-cups.html' target='_top'>CUPS API</a><br>
|
|
Specifications: <a href='spec-ppd.html' target='_top'>CUPS PPD Extensions</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table></div>
|