~ubuntu-branches/ubuntu/intrepid/libtelepathy/intrepid

« 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-08-08 23:14:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060808231431-221c8t3hg8gn812b
Tags: 0.0.20-0ubuntu1
* New upstream release.
* debian/libtelepathy-dev.install:
  - don't install *.a
* debian/patches/01-require-bash-for-fixxml-script.patch:
  - require bash.
* debian/control:
  - Build-Dep on bash.

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>