Changes between Version 4 and Version 5 of DbusInterface
- Timestamp:
- 29.12.2009 10:30:47 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DbusInterface
v4 v5 1 {{{ 2 #!html 3 <h1 style="text-align: center; color: blue; font-size:3.0em">DBus Interface</h1> 4 }}} 5 6 [[TOC(heading= ,inline)]] 7 8 [[BR]] 9 [[BR]] 10 1 11 == D-Bus Interface == 2 12 3 13 Coherence provides a D-Bus interface for other application enabling them to act as a UPnP client. Later we'll add methods to provide UPnP server functionality too. 4 14 5 Coherence , started with the use_dbus option, creates atm a service on the Session Bus.15 Coherence if started with the use_dbus option, creates atm a service on the Session Bus. The object path of that service is '/org/Coherence', the interface is named 'org.Coherence'. 6 16 7 The object path of that service is '/org/Coherence', the interface is named 'org.Coherence'. 8 9 Coherence sends out signals for every device 10 that shows up on the network, passing a D-Bus struct as a parameter, and again if that device detaches itself 17 Coherence sends out signals for every device that shows up on the network, passing a D-Bus struct as a parameter. And again if that device detaches itself 11 18 from the network, as parameter we have here the device udn. 12 19
