~ubuntu-branches/ubuntu/utopic/telepathy-python/utopic

« back to all changes in this revision

Viewing changes to spec/Connection_Interface_Forwarding.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jonny Lamb
  • Date: 2009-02-16 10:47:31 UTC
  • mfrom: (7.1.14 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090216104731-3l467x71wygwok32
Tags: 0.15.6-2
debian/control: Added myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
  <interface name="org.freedesktop.Telepathy.Connection.Interface.Forwarding"
22
22
    tp:causes-havoc='not well-tested'>
23
23
    <tp:requires interface="org.freedesktop.Telepathy.Connection"/>
24
 
    <signal name="ForwardingChanged">
25
 
      <arg name="forward_to" type="u" tp:type="Contact_Handle">
 
24
    <signal name="ForwardingChanged" tp:name-for-bindings="Forwarding_Changed">
 
25
      <arg name="Forward_To" type="u" tp:type="Contact_Handle">
26
26
        <tp:docstring>
27
27
          An integer contact handle to forward communication to
28
28
        </tp:docstring>
32
32
        changed. An zero handle indicates forwarding is disabled.
33
33
      </tp:docstring>
34
34
    </signal>
35
 
    <method name="GetForwardingHandle">
 
35
    <method name="GetForwardingHandle"
 
36
      tp:name-for-bindings="Get_Forwarding_Handle">
36
37
      <arg direction="out" type="u" tp:type="Contact_Handle">
37
38
        <tp:docstring>
38
39
          An integer contact handle to whom incoming communication is forwarded
47
48
        <tp:error name="org.freedesktop.Telepathy.Error.NotAvailable"/>
48
49
      </tp:possible-errors>
49
50
    </method>
50
 
    <method name="SetForwardingHandle">
51
 
      <arg direction="in" name="forward_to" type="u" tp:type="Contact_Handle">
 
51
    <method name="SetForwardingHandle"
 
52
      tp:name-for-bindings="Set_Forwarding_Handle">
 
53
      <arg direction="in" name="Forward_To" type="u" tp:type="Contact_Handle">
52
54
        <tp:docstring>
53
55
          An integer contact handle to forward incoming communications to
54
56
        </tp:docstring>