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

From KDE TechBase
(use the tutorial intro template)
No edit summary
Line 6: Line 6:


pre=[[Development/Tutorials/Introduction_To_D-Bus|Introduction To D-Bus]]|
pre=[[Development/Tutorials/Introduction_To_D-Bus|Introduction To D-Bus]]|
next=N/A|
reading=N/A
}}
}}



Revision as of 02:23, 10 January 2007

Creating D-Bus Interfaces
Tutorial Series   D-Bus
Previous   Introduction To D-Bus
What's Next   n/a
Further Reading   n/a

Abstract

D-Bus allows applications to expose internal API to the outside world by means of remotely callable interfaces. This tutorial shows how to create and implement such interfaces in your applications.

Lights: Defining The Interface

Defining Methods

Naming The Interface

Camera: Generating the Interface

qdbuscpp2xml

CMake

Action: Instantiating the Interface At Runtime

Other Resources