]> git.ipfire.org Git - thirdparty/cups.git/blame - cups/api-overview.header
Changelog.
[thirdparty/cups.git] / cups / api-overview.header
CommitLineData
5a738aea 1<!--
321d8d57 2 Introduction to CUPS programming header for CUPS.
5a738aea 3
dffa3c74 4 Copyright 2008-2016 by Apple Inc.
5a738aea
MS
5
6 These coded instructions, statements, and computer programs are the
7 property of Apple Inc. and are protected by Federal copyright
8 law. Distribution and use rights are outlined in the file "LICENSE.txt"
9 which should have been included with this file. If this file is
10 file is missing or damaged, see the license at "http://www.cups.org/".
11-->
12
178cb736
MS
13<h1 class='title'>Introduction to CUPS Programming</h1>
14
5a738aea
MS
15<div class='summary'><table summary='General Information'>
16<thead>
17<tr>
18 <th>Headers</th>
19 <th>cups/cups.h<br>
dffa3c74 20 cups/adminutil.h<br>
5a738aea 21 cups/array.h<br>
5a738aea
MS
22 cups/dir.h<br>
23 cups/file.h<br>
dffa3c74
MS
24 cups/http.h<br>
25 cups/ipp.h<br>
26 cups/language.h<br>
5a738aea 27 cups/ppd.h<br>
dffa3c74
MS
28 cups/pwg.h<br>
29 cups/raster.h</th>
5a738aea
MS
30</tr>
31</thead>
32<tbody>
33<tr>
34 <th>Libraries</th>
dffa3c74 35 <td>-lcups</td>
5a738aea
MS
36</tr>
37<tr>
38 <th>See Also</th>
e4572d57
MS
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>
dffa3c74 43 Programming: <a href='api-admin.html' target='_top'>Administrative APIs</a><br>
5a738aea 44 Programming: <a href='api-array.html' target='_top'>Array API</a><br>
e4572d57 45 Programming: <a href='api-cups.html' target='_top'>CUPS API</a><br>
5a738aea 46 Programming: <a href='api-filedir.html' target='_top'>File and Directory APIs</a><br>
5a738aea 47 Programming: <a href='api-httpipp.html' target='_top'>HTTP and IPP APIs</a><br>
dffa3c74 48 Programming: <a href='api-ppd.html' target='_top'>PPD API (DEPRECATED)</a><br>
e4572d57
MS
49 Programming: <a href='api-raster.html' target='_top'>Raster API</a><br>
50 References: <a href='ref-ppdcfile.html' target='_top'>PPD Compiler Driver Information File Reference</a><br>
51 Specifications: <a href='spec-ppd.html' target='_top'>CUPS PPD Extensions</a></td>
5a738aea
MS
52</tr>
53</tbody>
54</table></div>