Development/Tutorials/D-Bus/Accessing Interfaces

From KDE TechBase
Revision as of 22:53, 22 December 2006 by Aseigo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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