summaryrefslogtreecommitdiff
path: root/doc/help/api-ppdc.html
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
committerDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
commit81ab83f382660bc7980ae954725c4ebf28764b03 (patch)
tree523268f698a63a8fd44f3491d94d140266b2403b /doc/help/api-ppdc.html
parenta75966e33dbc3e3e096338fd332f515cb313b58a (diff)
downloadcups-upstream/1.6.0.tar.gz
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'doc/help/api-ppdc.html')
-rw-r--r--doc/help/api-ppdc.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/help/api-ppdc.html b/doc/help/api-ppdc.html
index cb15f61e..25ccef40 100644
--- a/doc/help/api-ppdc.html
+++ b/doc/help/api-ppdc.html
@@ -341,7 +341,7 @@ div.contents ul.subcontents li {
<body>
<div class='body'>
<!--
- "$Id: api-ppdc.html 9740 2011-05-04 06:26:22Z mike $"
+ "$Id: api-ppdc.html 10356 2012-03-16 16:03:10Z mike $"
PPD Compiler API header for CUPS.
@@ -414,7 +414,7 @@ div.contents ul.subcontents li {
</ul></li>
</ul>
<!--
- "$Id: api-ppdc.html 9740 2011-05-04 06:26:22Z mike $"
+ "$Id: api-ppdc.html 10356 2012-03-16 16:03:10Z mike $"
PPD Compiler API introduction for CUPS.
@@ -1016,12 +1016,15 @@ void ~ppdcDriver (void);</p>
<p class="description">// File</p>
<p class="code">class ppdcFile {<br>
&nbsp;&nbsp;public:<br>
+&nbsp;&nbsp;&nbsp;&nbsp;bool close_on_delete;<br>
&nbsp;&nbsp;&nbsp;&nbsp;const char *filename;<br>
&nbsp;&nbsp;&nbsp;&nbsp;cups_file_t *fp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;int line;<br>
};</p>
<h4 class="members">Members</h4>
<dl>
+<dt>close_on_delete </dt>
+<dd class="description">Close file on delete?</dd>
<dt>filename </dt>
<dd class="description">Filename</dd>
<dt>fp </dt>