< Development | Tutorials | D-Bus
Difference between revisions of "Development/Tutorials/D-Bus/Accessing Interfaces"
m (s/DBUS/D-Bus) |
|||
Line 1: | Line 1: | ||
== Abstract == | == Abstract == | ||
− | D-Bus allows applications to expose internal API to the outside world. These APIs can then be accessed via the D-Bus protocol using command line applications or D-Bus libraries and bindings themselves. This tutorial looks at the latter method with examples that you can use in your applications. | + | D-Bus allows applications to expose internal API to the outside world. These APIs can then be accessed at run-time via the D-Bus protocol using command line applications or D-Bus libraries and bindings themselves. This tutorial looks at the latter method with examples that you can use in your applications. |
== Prerequisites == | == Prerequisites == |
Revision as of 02:46, 1 January 2007
Abstract
D-Bus allows applications to expose internal API to the outside world. These APIs can then be accessed at run-time via the D-Bus protocol using command line applications or D-Bus libraries and bindings themselves. This tutorial looks at the latter method with examples that you can use in your applications.
Prerequisites
Technologies:
- Qt4
- D-Bus
Tutorials:
D-Bus Interfaces
Using QDBusMessage
Using QDBusInterface
Using An Interface
Connecting To Signals
Other Resources
This page was last edited on 1 January 2007, at 02:46. Content is available under Creative Commons License SA 4.0 unless otherwise noted.