dbus-ai/dbus/com.example.mytest.xml
2025-04-19 22:39:10 +02:00

15 lines
No EOL
464 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="SayHello">
<arg name="msg" direction="out" type="s"/>
</method>
<signal name="NameChanged">
<arg name="Name" type="s"/>
</signal>
<property name="Name" type="s" access="readwrite"/>
</interface>
</node>