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

From KDE TechBase
m (Development/Tutorials/Creating D-Bus Interfaces moved to Development/Tutorials/D-Bus/Creating Interfaces: moving into it's own "namespace" as per conversation the other day on irc with dhaumann and milliams)
m (Fix links)
Line 5: Line 5:
name=Creating D-Bus Interfaces|
name=Creating D-Bus Interfaces|


pre=[[../Introduction_To_D-Bus|Introduction To D-Bus]]|
pre=[[../Introduction|Introduction]]|


next=[[../D-Bus_Autostart_Services|D-Bus Autostart Services]]|
next=[[../Autostart_Services|Autostart Services]]|
}}
}}



Revision as of 15:32, 10 January 2007

Creating D-Bus Interfaces
Tutorial Series   D-Bus
Previous   Introduction
What's Next   Autostart Services
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