~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to examples/dbus/chat/org.example.chat.xml

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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="org.example.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