(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]]| |
}} | }} | ||
| Tutorial Series | D-Bus |
| Previous | Introduction To D-Bus |
| What's Next | n/a |
| 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.