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]]| |
}} | }} | ||
| Tutorial Series | D-Bus |
| Previous | Introduction |
| What's Next | Autostart Services |
| Further Reading | n/a |
Contents |
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.