(→Prerequisites) |
m (s/DBUS/D-Bus) |
||
| Line 1: | Line 1: | ||
== Abstract == | == 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. | |
== Prerequisites == | == Prerequisites == | ||
Technologies: | Technologies: | ||
* Qt4 | * Qt4 | ||
| − | * | + | * D-Bus |
* CMake | * CMake | ||
Tutorials: | Tutorials: | ||
| − | * [[Development/Tutorials/ | + | * [[Development/Tutorials/Introduction_To_D-Bus|Introduction To D-Bus]] |
== Lights: Defining The Interface == | == Lights: Defining The Interface == | ||
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.
Technologies:
Tutorials: