mirror of
https://github.com/MopriaAlliance/CUPS-for-Android.git
synced 2025-08-03 02:54:36 +08:00
54 lines
1.9 KiB
Plaintext
54 lines
1.9 KiB
Plaintext
<!--
|
|
"$Id: api-cups.header 7279 2008-01-31 01:50:44Z mike $"
|
|
|
|
Introduction to CUPS programming header for CUPS.
|
|
|
|
Copyright 2008-2011 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'>Introduction to CUPS Programming</h1>
|
|
|
|
<div class='summary'><table summary='General Information'>
|
|
<thead>
|
|
<tr>
|
|
<th>Headers</th>
|
|
<th>cups/cups.h<br>
|
|
cups/array.h<br>
|
|
cups/backend.h<br>
|
|
cups/dir.h<br>
|
|
cups/file.h<br>
|
|
cups/ppd.h<br>
|
|
cups/raster.h<br>
|
|
cups/sidechannel.h</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th>Libraries</th>
|
|
<td>-lcups<br>
|
|
-lcupsimage</td>
|
|
</tr>
|
|
<tr>
|
|
<th>See Also</th>
|
|
<td>Programming: <a href='raster-driver.html' target='_top'>Developing Raster Printer Drivers</a><br>
|
|
Programming: <a href='postscript-driver.html' target='_top'>Developing PostScript Printer Drivers</a><br>
|
|
Programming: <a href='api-filter.html' target='_top'>Filter and Backend Programming</a><br>
|
|
Programming: <a href='ppd-compiler.html' target='_top'>Introduction to the PPD Compiler</a><br>
|
|
Programming: <a href='api-array.html' target='_top'>Array API</a><br>
|
|
Programming: <a href='api-cups.html' target='_top'>CUPS API</a><br>
|
|
Programming: <a href='api-filedir.html' target='_top'>File and Directory APIs</a><br>
|
|
Programming: <a href='api-httpipp.html' target='_top'>HTTP and IPP APIs</a><br>
|
|
Programming: <a href='api-ppd.html' target='_top'>PPD API</a><br>
|
|
Programming: <a href='api-raster.html' target='_top'>Raster API</a><br>
|
|
References: <a href='ref-ppdcfile.html' target='_top'>PPD Compiler Driver Information File Reference</a><br>
|
|
Specifications: <a href='spec-ppd.html' target='_top'>CUPS PPD Extensions</a></td>
|
|
</tr>
|
|
</tbody>
|
|
</table></div>
|