]> git.ipfire.org Git - thirdparty/cups.git/blob - cups/api-overview.header
Merge changes from CUPS 1.4svn-r7282.
[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 the Common UNIX Printing System
5 (CUPS).
6
7 Copyright 2008 by Apple Inc.
8
9 These coded instructions, statements, and computer programs are the
10 property of Apple Inc. and are protected by Federal copyright
11 law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 which should have been included with this file. If this file is
13 file is missing or damaged, see the license at "http://www.cups.org/".
14 -->
15
16 <h1 class="title">Introduction to CUPS Programming</h1>
17
18 <div class='summary'><table summary='General Information'>
19 <thead>
20 <tr>
21 <th>Headers</th>
22 <th>cups/cups.h<br>
23 cups/array.h<br>
24 cups/backend.h<br>
25 cups/dir.h<br>
26 cups/file.h<br>
27 cups/ppd.h<br>
28 cups/raster.h<br>
29 cups/sidechannel.h</th>
30 </tr>
31 </thead>
32 <tbody>
33 <tr>
34 <th>Libraries</th>
35 <td>-lcups<br>
36 -lcupsimage</td>
37 </tr>
38 <tr>
39 <th>See Also</th>
40 <td>Programming: <a href='api-cups.html' target='_top'>CUPS API</a><br>
41 Programming: <a href='api-array.html' target='_top'>Array API</a><br>
42 Programming: <a href='api-filedir.html' target='_top'>File and Directory APIs</a><br>
43 Programming: <a href='api-filter.html' target='_top'>Filter and Backend Programming</a><br>
44 Programming: <a href='api-httpipp.html' target='_top'>HTTP and IPP APIs</a><br>
45 Programming: <a href='api-ppd.html' target='_top'>PPD API</a><br>
46 Programming: <a href='api-raster.html' target='_top'>Raster API</a></td>
47 </tr>
48 </tbody>
49 </table></div>