equal
deleted
inserted
replaced
|
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" |
|
2 "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> |
|
3 <node> |
|
4 <interface name="com.trolltech.chat"> |
|
5 <signal name="message"> |
|
6 <arg name="nickname" type="s" direction="out"/> |
|
7 <arg name="text" type="s" direction="out"/> |
|
8 </signal> |
|
9 <signal name="action"> |
|
10 <arg name="nickname" type="s" direction="out"/> |
|
11 <arg name="text" type="s" direction="out"/> |
|
12 </signal> |
|
13 </interface> |
|
14 </node> |
|
15 |