]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update API documentation (PR #4896).
authorMichael Sweet <michael.r.sweet@gmail.com>
Fri, 21 Oct 2016 03:48:50 +0000 (23:48 -0400)
committerMichael Sweet <michael.r.sweet@gmail.com>
Fri, 21 Oct 2016 03:48:50 +0000 (23:48 -0400)
CHANGES.txt
cups/api-filter.shtml
doc/help/api-filter.html
doc/help/api-httpipp.html
doc/help/api-raster.html
filter/api-raster.shtml

index e2bd1ce0a0fcd8d565ff4a9531b7d3eb99e06420..f6288d0659288b0d37ddcf0b186eba51d9a080b0 100644 (file)
@@ -7,7 +7,8 @@ CHANGES IN CUPS V2.2.2
           (Issue #4899)
         - Fixed builds on systems without a working poll() implementation
           (Issue #4905)
-        - Updated localizations (PR #4895, PR #4904)
+        - Updated documentation (PR #4896)
+        - Updated localizations (PR #4895, PR #4904, PR #4908)
 
 
 CHANGES IN CUPS V2.2.1
index 1b8f6f3cfbfbb909bd086f1af4d6184620eeb0d4..bd90333cbf2798bfc302af508730a5435d976bd0 100644 (file)
@@ -94,7 +94,7 @@ being printed.</p>
 <p>Filters and backends may also receive <code>SIGPIPE</code> when an upstream or downstream filter/backend exits with a non-zero status. Developers should generally ignore <code>SIGPIPE</code> at the beginning of <code>main()</code> with the following function call:</p>
 
 <pre class="example">
-#include &lt;signal.h&gt;>
+#include &lt;signal.h&gt;
 
 ...
 
index 300c3a9ca46137eb00c0537f7e961db475cb33d9..420dcb8a6f420b0000781edcbea4a1c6b843070b 100644 (file)
@@ -533,7 +533,7 @@ being printed.</p>
 <p>Filters and backends may also receive <code>SIGPIPE</code> when an upstream or downstream filter/backend exits with a non-zero status. Developers should generally ignore <code>SIGPIPE</code> at the beginning of <code>main()</code> with the following function call:</p>
 
 <pre class="example">
-#include &lt;signal.h&gt;>
+#include &lt;signal.h&gt;
 
 ...
 
index f67736cf7d1871f1eb1b026f499a1f19162571ee..a19850e7a75e7271a494ec74ac33bb954ee33bc0 100644 (file)
@@ -6337,6 +6337,8 @@ are server-oriented...</p>
 <dd class="description">Acknowledge-Job</dd>
 <dt>IPP_OP_ACTIVATE_PRINTER </dt>
 <dd class="description">Start a printer</dd>
+<dt>IPP_OP_ADD_DOCUMENT_IMAGES </dt>
+<dd class="description">Add-Document-Images</dd>
 <dt>IPP_OP_CANCEL_CURRENT_JOB </dt>
 <dd class="description">Cancel the current job</dd>
 <dt>IPP_OP_CANCEL_DOCUMENT </dt>
@@ -6468,8 +6470,6 @@ are server-oriented...</p>
 <dd class="description">Schedule a job to print after another</dd>
 <dt>IPP_OP_SEND_DOCUMENT </dt>
 <dd class="description">Add a file to a job</dd>
-<dt>IPP_OP_SEND_HARDCOPY_DOCUMENT </dt>
-<dd class="description">Send-Hardcopy-Document</dd>
 <dt>IPP_OP_SEND_URI </dt>
 <dd class="description">Add a URL to a job</dd>
 <dt>IPP_OP_SET_DOCUMENT_ATTRIBUTES </dt>
index 151285e2d3857a397c2e7d3f9eb38aabd2c09551..28d1708ad744f14f0f5571800bcf74b38b7e50bd 100644 (file)
@@ -480,7 +480,7 @@ function. For example, to read raster data from the standard input, open
 file descriptor 0:</p>
 
 <pre class="example">
-#include &lt;cups/raster.h&gt;>
+#include &lt;cups/raster.h&gt;
 
 <a href="#cups_raster_t">cups_raster_t</a> *ras = <a href="#cupsRasterOpen">cupsRasterOpen</a>(0, CUPS_RASTER_READ);
 </pre>
@@ -507,7 +507,7 @@ hardware resolution, and so forth used for the page.</p>
 function:</p>
 
 <pre class="example">
-#include &lt;cups/raster.h&gt;>
+#include &lt;cups/raster.h&gt;
 
 <a href="#cups_raster_t">cups_raster_t</a> *ras = <a href="#cupsRasterOpen">cupsRasterOpen</a>(0, CUPS_RASTER_READ);
 <a href="#cups_page_header2_t">cups_page_header2_t</a> header;
@@ -530,7 +530,7 @@ function. A <code>for</code> loop is normally used to read the page one line
 at a time:</p>
 
 <pre class="example">
-#include &lt;cups/raster.h&gt;>
+#include &lt;cups/raster.h&gt;
 
 <a href="#cups_raster_t">cups_raster_t</a> *ras = <a href="#cupsRasterOpen">cupsRasterOpen</a>(0, CUPS_RASTER_READ);
 <a href="#cups_page_header2_t">cups_page_header2_t</a> header;
index 35996f6fac725d68184da6eeee67d664505d1395..6d458a2ed89af77d9b9bbf7b3f42bde563fde1cb 100644 (file)
@@ -34,7 +34,7 @@ function. For example, to read raster data from the standard input, open
 file descriptor 0:</p>
 
 <pre class="example">
-#include &lt;cups/raster.h&gt;>
+#include &lt;cups/raster.h&gt;
 
 <a href="#cups_raster_t">cups_raster_t</a> *ras = <a href="#cupsRasterOpen">cupsRasterOpen</a>(0, CUPS_RASTER_READ);
 </pre>
@@ -61,7 +61,7 @@ hardware resolution, and so forth used for the page.</p>
 function:</p>
 
 <pre class="example">
-#include &lt;cups/raster.h&gt;>
+#include &lt;cups/raster.h&gt;
 
 <a href="#cups_raster_t">cups_raster_t</a> *ras = <a href="#cupsRasterOpen">cupsRasterOpen</a>(0, CUPS_RASTER_READ);
 <a href="#cups_page_header2_t">cups_page_header2_t</a> header;
@@ -84,7 +84,7 @@ function. A <code>for</code> loop is normally used to read the page one line
 at a time:</p>
 
 <pre class="example">
-#include &lt;cups/raster.h&gt;>
+#include &lt;cups/raster.h&gt;
 
 <a href="#cups_raster_t">cups_raster_t</a> *ras = <a href="#cupsRasterOpen">cupsRasterOpen</a>(0, CUPS_RASTER_READ);
 <a href="#cups_page_header2_t">cups_page_header2_t</a> header;