1Net::DBus::Tutorial(3)User Contributed Perl DocumentationNet::DBus::Tutorial(3)
2
3
4
6 Net::DBus::Tutorial - tutorials on the Perl DBus APIs
7
9 This section includes tutorials on the Perl DBus APIs. Current topics
10 include providing a service, by exporting objects to the bus, and
11 accessing a service, by calling objects on the bus.
12
13 Net::DBus::Tutorial::ExportingObjects
14 This tutorial covers how to provide a service to the bus by export‐
15 ing objects. The topics covered include basics of creating objects
16 and methods, emitting signals, exporting properties, registering
17 services for automatic activation.
18
19 Net::DBus::Tutorial::UsingObjects
20 This tutorial cover how to use a service provided on the bus by
21 another application. The topics covered include the basics of call‐
22 ing methods on remote objects, explicitly calling methods in par‐
23 ticular interfaces, listening for signals.
24
25 NB This tutorial is yet to be written.
26
28 Net::DBus, Net::DBus::Object, Net::DBus::RemoteObject,
29 <http://freedesktop.org/>
30
32 Daniel P. Berrange <mailto:dan@berrange.com>
33
35 Copyright 2005 Daniel P. Berrange
36
37
38
39perl v5.8.8 2008-02-20 Net::DBus::Tutorial(3)