Development/Tutorials/D-Bus/Creating Interfaces: Difference between revisions
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) |
m (Fix links) |
||
Line 5: | Line 5: | ||
name=Creating D-Bus Interfaces| | name=Creating D-Bus Interfaces| | ||
pre=[[../ | pre=[[../Introduction|Introduction]]| | ||
next=[[../ | next=[[../Autostart_Services|Autostart Services]]| | ||
}} | }} | ||
Revision as of 15:32, 10 January 2007
Creating D-Bus Interfaces
Tutorial Series | D-Bus |
Previous | Introduction |
What's Next | 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.