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

From KDE TechBase
(Replaced content with "This tutorial was updated and moved to https://develop.kde.org/docs/d-bus/accessing_dbus_interfaces/ Category:MovedDevelop")
Tag: Replaced
(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/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_DBUS|Introduction To D-Bus]]
 
== D-Bus Interfaces ==
 
 
== Using QDBusMessage ==
 
== Using QDBusInterface ==
 
== Using An Interface ==
 
== Connecting To Signals ==
 
== Other Resources ==

Revision as of 09:49, 4 October 2020