5bea177ab1
some omissions from the com.trolltech => org.example replacement. Change-Id: I078c272fc3729fc7b9e9cd3e6ede7c21f0386b62 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
16 lines
503 B
XML
16 lines
503 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="org.example.chat">
|
|
<signal name="message">
|
|
<arg name="nickname" type="s" direction="out"/>
|
|
<arg name="text" type="s" direction="out"/>
|
|
</signal>
|
|
<signal name="action">
|
|
<arg name="nickname" type="s" direction="out"/>
|
|
<arg name="text" type="s" direction="out"/>
|
|
</signal>
|
|
</interface>
|
|
</node>
|
|
|