11 lines
437 B
XML
11 lines
437 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 name="/com/example/sample_object0">
|
|
<interface name="com.example.SampleInterface0">
|
|
<method name="Frobate">
|
|
<arg name="0-foo-bar" type="i" direction="in"/>
|
|
</method>
|
|
<property name="0-baz-qux" type="y" access="write"/>
|
|
</interface>
|
|
</node>
|