]> git.ipfire.org Git - thirdparty/cups.git/blob - man/notifier.man
Save man page updates.
[thirdparty/cups.git] / man / notifier.man
1 .\"
2 .\" "$Id$"
3 .\"
4 .\" notifier man page for CUPS.
5 .\"
6 .\" Copyright 2007-2014 by Apple Inc.
7 .\" Copyright 1997-2007 by Easy Software Products.
8 .\"
9 .\" These coded instructions, statements, and computer programs are the
10 .\" property of Apple Inc. and are protected by Federal copyright
11 .\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 .\" which should have been included with this file. If this file is
13 .\" file is missing or damaged, see the license at "http://www.cups.org/".
14 .\"
15 .TH notifier 7 "CUPS" "12 June 2014" "Apple Inc."
16 .SH NAME
17 notifier \- cups notification interface
18 .SH SYNOPSIS
19 .B notifier
20 .I recipient
21 [
22 .I user-data
23 ]
24 .SH DESCRIPTION
25 The CUPS notifier interface provides a standard method for adding support for new event notification methods to CUPS.
26 Each notifier delivers one or more IPP events from the standard input to the specified recipient.
27 .LP
28 Notifiers \fBMUST\fR read IPP messages from the standard input using the
29 .BR ippNew ()
30 and
31 .BR ippReadFile ()
32 functions and exit on error.
33 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.
34 Notifiers inherit the environment and can use the logging mechanism documented in
35 .BR filter (7).
36 .SH SEE ALSO
37 .BR cupsd (8),
38 .BR filter (7),
39 CUPS Online Help (http://localhost:631/help)
40 .SH COPYRIGHT
41 Copyright \[co] 2007-2014 by Apple Inc.
42 .\"
43 .\" End of "$Id$".
44 .\"