Development/Tutorials/D-Bus/Creating Interfaces: Difference between revisions
Line 8: | Line 8: | ||
* DBUS | * DBUS | ||
* CMake | * CMake | ||
Tutorials: | Tutorials: |
Revision as of 00:34, 23 December 2006
Abstract
DBUS 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.
Prerequisites
Technologies:
- Qt4
- DBUS
- CMake
Tutorials: