Difference between revisions of "Development/Tutorials/D-Bus/Accessing Interfaces"
< Development | Tutorials | D-Bus
m (Development/Tutorials/Accessing DBUS Interfaces moved to Development/Tutorials/Accessing D-Bus Interfaces: s/DBUS/D-Bus) |
m (s/DBUS/D-Bus) |
||
Line 10: | Line 10: | ||
Tutorials: | Tutorials: | ||
− | * [[Development/Tutorials/ | + | * [[Development/Tutorials/Introduction_To_D-Bus|Introduction To D-Bus]] |
== D-Bus Interfaces == | == D-Bus Interfaces == |
Revision as of 18:58, 26 December 2006
Contents
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.
Prerequisites
Technologies:
- Qt4
- D-Bus
Tutorials:
D-Bus Interfaces
Using QDBusMessage
Using QDBusInterface
Using An Interface
Connecting To Signals
Other Resources
Content is available under Creative Commons License SA 4.0 unless otherwise noted.