]> git.ipfire.org Git - thirdparty/cups.git/blob - cups/api-overview.header
ecb14b601e50a7ecee7e23880030d902ba5b5798
[thirdparty/cups.git] / cups / api-overview.header
1 <!--
2 "$Id: api-cups.header 7279 2008-01-31 01:50:44Z mike $"
3
4 Introduction to CUPS programming header for CUPS.
5
6 Copyright 2008-2011 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'>Introduction to CUPS Programming</h1>
16
17 <div class='summary'><table summary='General Information'>
18 <thead>
19 <tr>
20 <th>Headers</th>
21 <th>cups/cups.h<br>
22 cups/array.h<br>
23 cups/backend.h<br>
24 cups/dir.h<br>
25 cups/file.h<br>
26 cups/ppd.h<br>
27 cups/raster.h<br>
28 cups/sidechannel.h</th>
29 </tr>
30 </thead>
31 <tbody>
32 <tr>
33 <th>Libraries</th>
34 <td>-lcups<br>
35 -lcupsimage</td>
36 </tr>
37 <tr>
38 <th>See Also</th>
39 <td>Programming: <a href='raster-driver.html' target='_top'>Developing Raster Printer Drivers</a><br>
40 Programming: <a href='postscript-driver.html' target='_top'>Developing PostScript Printer Drivers</a><br>
41 Programming: <a href='api-filter.html' target='_top'>Filter and Backend Programming</a><br>
42 Programming: <a href='ppd-compiler.html' target='_top'>Introduction to the PPD Compiler</a><br>
43 Programming: <a href='api-array.html' target='_top'>Array API</a><br>
44 Programming: <a href='api-cups.html' target='_top'>CUPS API</a><br>
45 Programming: <a href='api-filedir.html' target='_top'>File and Directory APIs</a><br>
46 Programming: <a href='api-httpipp.html' target='_top'>HTTP and IPP APIs</a><br>
47 Programming: <a href='api-ppd.html' target='_top'>PPD API</a><br>
48 Programming: <a href='api-raster.html' target='_top'>Raster API</a><br>
49 References: <a href='ref-ppdcfile.html' target='_top'>PPD Compiler Driver Information File Reference</a><br>
50 Specifications: <a href='spec-ppd.html' target='_top'>CUPS PPD Extensions</a></td>
51 </tr>
52 </tbody>
53 </table></div>