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

« back to all changes in this revision

Viewing changes to spec/Connection_Interface_Aliasing.xml

  • Committer: Bazaar Package Importer
  • Author(s): Arthur Loiret
  • Date: 2007-06-04 17:41:04 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070604174104-idmbdq0l70po436j
Tags: 0.0.55-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
      </tp:flag>
54
54
    </tp:flags>
55
55
    <method name="GetAliasFlags">
56
 
      <arg direction="out" type="u">
 
56
      <arg direction="out" type="u" tp:type="Connection_Alias_Flags">
57
57
        <tp:docstring>
58
58
          An integer with a bitwise OR of flags from ConnectionAliasFlags
59
59
        </tp:docstring>
67
67
      </tp:possible-errors>
68
68
    </method>
69
69
    <method name="RequestAliases">
70
 
      <arg direction="in" name="contacts" type="au">
 
70
      <arg direction="in" name="contacts" type="au" tp:type="Contact_Handle[]">
71
71
        <tp:docstring>
72
72
          An array of handles representing contacts
73
73
        </tp:docstring>