property?
Andreas Volz
lists at brachttal.net
Fri Jun 20 14:42:09 PDT 2008
Hello,
if I've that XML Introspection file:
<?xml version="1.0" ?>
<node name="/org/freedesktop/DBus/Examples/Echo">
<interface name="org.freedesktop.DBus.EchoDemo">
<method name="Hello">
<arg type="s" name="name" direction="in"/>
<arg type="s" name="greeting" direction="out"/>
</method>
<signal name="HelloReturn">
<arg type="s" name="name" direction="out"/>
<arg type="s" name="greeting" direction="out"/>
</signal>
<property name="px" type="int" access="readwrite"/>
</interface>
</node>
The server header contains code for the property "px" after generating,
but not the client code. How do I access the property from the client?
regards
Andreas
More information about the dbus
mailing list