72 lines
1.9 KiB
HTML
72 lines
1.9 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of notifier</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>notifier</H1>
|
|
Section: Apple Inc. (7)<BR>Updated: CUPS<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
notifier - cups notification interface
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<B>notifier</B>
|
|
|
|
<I>recipient</I>
|
|
|
|
[
|
|
<I>user-data</I>
|
|
|
|
]
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
The CUPS notifier interface provides a standard method for adding support for new event notification methods to CUPS.
|
|
Each notifier delivers one or more IPP events from the standard input to the specified recipient.
|
|
<P>
|
|
|
|
Notifiers <B>MUST</B> read IPP messages from the standard input using the
|
|
<B>ippNew</B>()
|
|
|
|
and
|
|
<B>ippReadFile</B>()
|
|
|
|
functions and exit on error.
|
|
Notifiers are encouraged to exit after a suitable period of inactivity, however they may exit after reading the first message or stay running until an error is seen.
|
|
Notifiers inherit the environment and can use the logging mechanism documented in
|
|
<B><A HREF="/cgi-bin/man/man2html?7+filter">filter</A></B>(7).
|
|
|
|
<A NAME="lbAE"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?8+cupsd">cupsd</A></B>(8),
|
|
|
|
<B><A HREF="/cgi-bin/man/man2html?7+filter">filter</A></B>(7),
|
|
|
|
CUPS Online Help (<A HREF="http://localhost:631/help)">http://localhost:631/help)</A>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>COPYRIGHT</H2>
|
|
|
|
Copyright © 2007-2019 by Apple Inc.
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="4"><A HREF="#lbAE">SEE ALSO</A><DD>
|
|
<DT id="5"><A HREF="#lbAF">COPYRIGHT</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:09 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|