]> git.ipfire.org Git - thirdparty/cups.git/blame - man/notifier.man
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / man / notifier.man
CommitLineData
6c663ae2 1.\"
27e0d6f8 2.\" notifier man page for CUPS.
6c663ae2 3.\"
27e0d6f8
MS
4.\" Copyright 2007-2014 by Apple Inc.
5.\" Copyright 1997-2007 by Easy Software Products.
6c663ae2 6.\"
e3101897 7.\" Licensed under Apache License v2.0. See the file "LICENSE" for more information.
6c663ae2 8.\"
27e0d6f8 9.TH notifier 7 "CUPS" "12 June 2014" "Apple Inc."
6c663ae2
MS
10.SH NAME
11notifier \- cups notification interface
12.SH SYNOPSIS
13.B notifier
14.I recipient
15[
16.I user-data
17]
18.SH DESCRIPTION
27e0d6f8
MS
19The CUPS notifier interface provides a standard method for adding support for new event notification methods to CUPS.
20Each notifier delivers one or more IPP events from the standard input to the specified recipient.
6c663ae2 21.LP
27e0d6f8
MS
22Notifiers \fBMUST\fR read IPP messages from the standard input using the
23.BR ippNew ()
24and
25.BR ippReadFile ()
26functions and exit on error.
27Notifiers 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.
28Notifiers inherit the environment and can use the logging mechanism documented in
29.BR filter (7).
6c663ae2 30.SH SEE ALSO
27e0d6f8
MS
31.BR cupsd (8),
32.BR filter (7),
33CUPS Online Help (http://localhost:631/help)
6c663ae2 34.SH COPYRIGHT
bd5a2f28 35Copyright \[co] 2007-2017 by Apple Inc.