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

From KDE TechBase
No edit summary
 
(The page was moved again)
 
(74 intermediate revisions by 18 users not shown)
Line 1: Line 1:
== Abstract ==
This tutorial was updated and moved to https://develop.kde.org/docs/features/d-bus/accessing_dbus_interfaces/


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.
[[Category:MovedDevelop]]
 
== Prerequisites ==
Technologies:
* Qt4
* DBUS
Tutorials:
* [[Development/Tutorials/Introduction_To_DBUS|Introduction To DBUS]]
 
== DBUS Interfaces ==
 
== Using QDBusMessage ==
 
== Using QDBusInterface ==
 
== Using An Interface ==
 
== Connecting To Signals ==
 
== Other Resources ==

Latest revision as of 20:58, 18 July 2023