Respect case

This commit is contained in:
Florian RICHER 2025-04-19 22:39:10 +02:00
parent 09d58154eb
commit 149b747dce
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 9 additions and 12 deletions

View file

@ -2,15 +2,14 @@
"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"/>
<method name="SayHello">
<arg name="msg" direction="out" type="s"/>
</method>
<signal name="new_name">
<arg name="name" type="s"/>
<signal name="NameChanged">
<arg name="Name" type="s"/>
</signal>
<property name="name" type="s" access="readwrite"/>
<property name="Name" type="s" access="readwrite"/>
</interface>
</node>