Development/Tutorials/D-Bus/Creating Interfaces: Difference between revisions
Appearance
No edit summary |
m Development/Tutorials/Creating D-Bus Interfaces moved to Development/Tutorials/D-Bus/Creating Interfaces: moving into it's own "namespace" as per conversation the other day on irc with dhaumann and milliams |
(No difference)
|
Revision as of 05:12, 10 January 2007
Creating D-Bus Interfaces
Tutorial Series | D-Bus |
Previous | Introduction To D-Bus |
What's Next | D-Bus Autostart Services |
Further Reading | n/a |
Abstract
D-Bus allows applications to expose internal API to the outside world by means of remotely callable interfaces. This tutorial shows how to create and implement such interfaces in your applications.