16 lines
No EOL
507 B
XML
16 lines
No EOL
507 B
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name="com.example.mytest">
|
|
<method name="hello">
|
|
<arg name="name" direction="in" type="s"/>
|
|
<arg name="msg" direction="out" type="s"/>
|
|
</method>
|
|
|
|
<signal name="new_name">
|
|
<arg name="name" type="s"/>
|
|
</signal>
|
|
|
|
<property name="name" type="s" access="readwrite"/>
|
|
</interface>
|
|
</node> |