ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
Notification(3) User Contributed Perl Documentation Notification(3) NAME Mac::Notification - Macintosh Toolbox Interface to Notification Manager DESCRIPTION Access to Inside Macintosh is essential for proper use of these functions. Explanations of terms, processes and procedures are provided there. Any attempt to use these functions without guidance can cause severe errors in your machine, including corruption of data. You have been warned. Types NMRec The notification record. Fields are: short nmMark; /* item to mark in Apple menu*/ Handle nmIcon; /* handle to small icon*/ Handle nmSound; /* handle to sound record*/ Str255 nmStr; /* string to appear in alert*/ long nmRefCon; /* for application use*/ new NMRec (KEY => VALUE...) Create a new notification record and fill it in. Functions NMInstall REQUEST Install a notification. NMRemove REQUEST Remove a notification. AUTHOR Written by Matthias Ulrich Neeracher <neeracher@mac.com>. Currently maintained by Chris Nandor <pudge@pobox.com>. perl v5.8.8 2007-09-23 Notification(3) |
|