author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 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 |