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
15 exporting objects. The topics covered include basics of creating
16 objects and methods, emitting signals, exporting properties,
17 registering 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
22 calling methods on remote objects, explicitly calling methods in
23 particular 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.38.0 2023-07-21 Net::DBus::Tutorial(3)