
* Added an example to demonstrate implementation of D-Bus properties * Fixed DBus::Server (should work with the tcp transport too, see related TODO item) git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@8158 30a43799-04e7-0310-8b2b-ea0d24f86d0e
10 lines
353 B
XML
10 lines
353 B
XML
<?xml version="1.0" ?>
|
|
<node name="/org/freedesktop/DBus/Examples/Properties">
|
|
<interface name="org.freedesktop.DBus.PropsDemo">
|
|
<property name="Version" type="i" access="read"/>
|
|
<property name="Message" type="s" access="readwrite"/>
|
|
<signal name="MessageChanged">
|
|
<arg name="message" type="s"/>
|
|
</signal>
|
|
</interface>
|
|
</node>
|