~ubuntu-branches/ubuntu/feisty/libtelepathy/feisty

« back to all changes in this revision

Viewing changes to xml/orig/tp-properties-iface.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-09-11 17:52:12 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060911175212-m7xzjw2smh8g9zu3
Tags: 0.0.35-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" ?>
 
2
<node name="/TpPropertiesIface">
 
3
  <interface name="org.freedesktop.Telepathy.Properties">
 
4
    <method name="GetProperties">
 
5
      <arg direction="in" name="properties" type="au"/>
 
6
      <arg direction="out" type="a(uv)"/>
 
7
    </method>
 
8
    <method name="ListProperties">
 
9
      <arg direction="out" type="a(ussu)"/>
 
10
    </method>
 
11
    <signal name="PropertiesChanged">
 
12
      <arg name="properties" type="a(uv)"/>
 
13
    </signal>
 
14
    <signal name="PropertyFlagsChanged">
 
15
      <arg name="properties" type="a(uu)"/>
 
16
    </signal>
 
17
    <method name="SetProperties">
 
18
      <arg direction="in" name="properties" type="a(uv)"/>
 
19
    </method>
 
20
  </interface>
 
21
</node>