orestis / pyobjc
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
40eedd2
ronaldoussoren (author)
Sun May 03 12:01:44 -0700 2009
commit 40eedd29703be719b2279a83b58cb985c5456b6a
tree 050e5c299fa2a05c00dea6fd835765e9824af5a9
parent d85da3840cb040f4ff0c8960c19e39d25fede4ce
tree 050e5c299fa2a05c00dea6fd835765e9824af5a9
parent d85da3840cb040f4ff0c8960c19e39d25fede4ce
pyobjc / notify
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
Examples/ | ||
| |
Lib/ | ||
| |
License.txt | ||
| |
Modules/ | ||
| |
ReadMe.txt | ||
| |
setup.py |
notify/ReadMe.txt
Theses are wrappers for the notify library on Mac OS X 10.3 or later. This library allows processes to exchange stateless notification events. Notifications are associated with names in a namespace shared by all clients of the system. Clients may post notifications for names, and may monitor names for posted notifications. Clients may request notification delivery by a number of different methods. To install:: $ python setup.py install See the ``Examples/`` directory for some examples of how to use this library.

