D-BUS: Difference between revisions
Jump to navigation
Jump to search
(Add a few further-info links) |
mNo edit summary |
||
Line 3: | Line 3: | ||
Pages of Interest on D-BUS: |
Pages of Interest on D-BUS: |
||
[[Activity DBus API]] |
* [[Activity DBus API]] |
||
[[Presence Service DBus API]] Including the Telepathy API |
* [[Presence Service DBus API]] Including the Telepathy API |
||
==References== |
==References== |
Revision as of 02:12, 29 August 2007
D-BUS is a message bus system, rather like Appletalk, that allows applications to send messages to one another. The applications all run on the same CPU. If you look at the Python source code for Sugar you can see how D-BUS is being used.
Pages of Interest on D-BUS:
- Activity DBus API
- Presence Service DBus API Including the Telepathy API