Development/Tutorials/D-Bus/Creating Interfaces: Difference between revisions
Appearance
m Development/Tutorials/Creating DBUS Interfaces moved to Development/Tutorials/Creating D-Bus Interfaces: s/DBUS/D-Bus |
m Categorise |
||
Line 24: | Line 24: | ||
== Other Resources == | == Other Resources == | ||
[[Category:C++]] |
Revision as of 14:30, 5 January 2007
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
Technologies:
- Qt4
- D-Bus
- CMake
Tutorials: