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

From KDE TechBase
m (s/DBUS/D-Bus)
(The page was moved again)
 
(70 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/


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

Latest revision as of 20:58, 18 July 2023