2011-04-27 10:05:43 +00:00
|
|
|
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
|
|
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
|
|
<node>
|
2012-04-20 12:31:12 +00:00
|
|
|
<interface name="org.example.chat">
|
2011-04-27 10:05:43 +00:00
|
|
|
<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>
|
|
|
|
|