author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 20:15:53 +0300 | |
branch | RCL_3 |
changeset 13 | c0432d11811c |
parent 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 |