Added properties proxy example (João Xavier)
This commit is contained in:
parent
52ce50e944
commit
acc230eb98
6 changed files with 199 additions and 0 deletions
11
examples/properties_get_set/propsgs-introspect.xml
Normal file
11
examples/properties_get_set/propsgs-introspect.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" ?>
|
||||
<node name="/org/freedesktop/DBus/Examples/Properties">
|
||||
<interface name="org.freedesktop.DBus.PropsGSDemo">
|
||||
<property name="Version" type="i" access="read"/>
|
||||
<property name="Message" type="s" access="readwrite"/>
|
||||
<property name="Data" type="d" access="write"/>
|
||||
<signal name="MessageChanged">
|
||||
<arg name="message" type="s"/>
|
||||
</signal>
|
||||
</interface>
|
||||
</node>
|
Loading…
Add table
Add a link
Reference in a new issue