]> git.ipfire.org Git - thirdparty/cups.git/blob - cups/api-ppd.header
<rdar://problem/13655599> Seed: Print queue JOBS disappear after computer Wakes up...
[thirdparty/cups.git] / cups / api-ppd.header
1 <!--
2 "$Id: api-ppd.header 7616 2008-05-28 00:34:13Z mike $"
3
4 PPD API header for CUPS.
5
6 Copyright 2008-2012 by Apple Inc.
7
8 These coded instructions, statements, and computer programs are the
9 property of Apple Inc. and are protected by Federal copyright
10 law. Distribution and use rights are outlined in the file "LICENSE.txt"
11 which should have been included with this file. If this file is
12 file is missing or damaged, see the license at "http://www.cups.org/".
13 -->
14
15 <h1 class='title'>PPD API (DEPRECATED)</h1>
16
17 <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>
18
19 <div class='summary'><table summary='General Information'>
20 <thead>
21 <tr>
22 <th>Header</th>
23 <th>cups/ppd.h</th>
24 </tr>
25 </thead>
26 <tbody>
27 <tr>
28 <th>Library</th>
29 <td>-lcups</td>
30 </tr>
31 <tr>
32 <th>See Also</th>
33 <td>Programming: <a href='api-overview.html' target='_top'>Introduction to CUPS Programming</a><br>
34 Programming: <a href='api-cups.html' target='_top'>CUPS API</a><br>
35 Specifications: <a href='spec-ppd.html' target='_top'>CUPS PPD Extensions</a></td>
36 </tr>
37 </tbody>
38 </table></div>