Development/Tutorials/D-Bus/Introduction: Difference between revisions

From KDE TechBase
m (Development/Tutorials/Introduction To D-Bus moved to Development/Tutorials/D-Bus/Introduction: moving into it's own "namespace" as per conversation the other day on irc with dhaumann and milliams)
(Fix broken link)
 
(46 intermediate revisions by 17 users not shown)
Line 1: Line 1:
{{TutorialBrowser|
This tutorial was updated and moved to https://develop.kde.org/docs/features/d-bus/introduction_to_dbus/


series=D-Bus|
[[Category:MovedDevelop]]
 
name=Introduction To D-BUS|
 
next=[[../Accessing_D-Bus_Interfaces|Accessing D-Bus Interfaces]]|
 
reading=[http://www.freedesktop.org/wiki/Software/dbus#head-9e9cf3221a30246219863f1d2366e36cb580debc D-Bus documentation page]
}}
 
== Abstract ==
 
[http://www.freedesktop.org/wiki/Software/dbus D-Bus] is a Free/Open Source software '''i'''nter'''p'''rocess '''c'''ommunication (IPC) mechanism that is in widespread use by open source desktop software today. It is part of the [http://freedesktop.org freedesktop.org] project and used in a wide range of applications. Examples include hotplug notifications on Linux, desktop search queries in strigi and as the primary means of IPC in KDE 4. This tutorial looks at the basic concepts of and terminology used in D-Bus from an application developer's perspective.
 
== What Is IPC ==
 
== When To Use D-Bus ==
 
== The Buses ==
 
== Messages ==
 
== Namespaces and Addresses ==
 
=== Interfaces ===
 
=== Services ===
 
=== Objects ===
 
== Calling and Being Called ==
 
=== Methods ===
 
=== Signals ===
 
 
== Useful Tools ==
 
=== qdbus ===
 
=== dbus-viewer ===
 
== Other Resources ==

Latest revision as of 19:13, 16 June 2023