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