Development/Tutorials/D-Bus/Creating Interfaces: Difference between revisions
Appearance
No edit summary |
|||
Line 8: | Line 8: | ||
* DBUS | * DBUS | ||
* CMake | * CMake | ||
Tutorials: | Tutorials: | ||
* [[Development/Tutorials/Introduction_To_DBUS|Introduction To DBUS]] | * [[Development/Tutorials/Introduction_To_DBUS|Introduction To DBUS]] |
Revision as of 23:56, 22 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: