Development/Tutorials/D-Bus/Creating Interfaces: Difference between revisions
No edit summary |
(relative urls) |
||
Line 5: | Line 5: | ||
name=Creating D-Bus Interfaces| | name=Creating D-Bus Interfaces| | ||
pre=[[ | pre=[[../Introduction_To_D-Bus|Introduction To D-Bus]]| | ||
}} | }} | ||
Revision as of 02:50, 10 January 2007
Creating D-Bus Interfaces
Tutorial Series | D-Bus |
Previous | Introduction To D-Bus |
What's Next | n/a |
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.