Development/Tutorials/D-Bus/Creating Interfaces
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.