Development/Tutorials/D-Bus/Accessing Interfaces: Difference between revisions

From KDE TechBase
No edit summary
 
mNo edit summary
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