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

« back to all changes in this revision

Viewing changes to xml/orig/tp-props-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
 
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
 
1
<?xml version="1.0" ?>
2
2
<node name="/TpPropertiesIface">
3
 
  <interface name="org.freedesktop.DBus.Introspectable">
4
 
    <method name="Introspect">
5
 
      <arg direction="out" type="s" />
6
 
    </method>
7
 
  </interface>
8
3
  <interface name="org.freedesktop.Telepathy.Properties">
9
4
    <method name="GetProperties">
10
 
      <arg direction="in"  type="au" name="properties" />
11
 
      <arg direction="out" type="a(uv)" />
 
5
      <arg direction="in" name="properties" type="au"/>
 
6
      <arg direction="out" type="a(uv)"/>
12
7
    </method>
13
8
    <method name="ListProperties">
14
 
      <arg direction="out" type="a(ussu)" />
15
 
    </method>
16
 
    <method name="SetProperties">
17
 
      <arg direction="in"  type="a(uv)" name="properties" />
 
9
      <arg direction="out" type="a(ussu)"/>
18
10
    </method>
19
11
    <signal name="PropertiesChanged">
20
 
      <arg type="a(uv)" name="properties" />
 
12
      <arg name="properties" type="a(uv)"/>
21
13
    </signal>
22
14
    <signal name="PropertyFlagsChanged">
23
 
      <arg type="a(uu)" name="properties" />
 
15
      <arg name="properties" type="a(uu)"/>
24
16
    </signal>
 
17
    <method name="SetProperties">
 
18
      <arg direction="in" name="properties" type="a(uv)"/>
 
19
    </method>
25
20
  </interface>
26
21
</node>