diff options
author | Robert McQueen <robert.mcqueen@collabora.co.uk> | 2007-05-31 14:21:19 +0000 |
---|---|---|
committer | Robert McQueen <robert.mcqueen@collabora.co.uk> | 2007-05-31 14:21:19 +0000 |
commit | b7853bd24e63d2fe099d336f1982fbc61745a68a (patch) | |
tree | cee00979eaae193d76356ee3bdbd49912e3f8b53 /spec/Connection_Interface_Aliasing.xml | |
parent | 78a30fce0e7706d2f815e157ec86517adeda9283 (diff) |
update spec to 0.15.4
Diffstat (limited to 'spec/Connection_Interface_Aliasing.xml')
-rw-r--r-- | spec/Connection_Interface_Aliasing.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/Connection_Interface_Aliasing.xml b/spec/Connection_Interface_Aliasing.xml index 60a82d18e..6aa79d152 100644 --- a/spec/Connection_Interface_Aliasing.xml +++ b/spec/Connection_Interface_Aliasing.xml @@ -53,7 +53,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ </tp:flag> </tp:flags> <method name="GetAliasFlags"> - <arg direction="out" type="u"> + <arg direction="out" type="u" tp:type="Connection_Alias_Flags"> <tp:docstring> An integer with a bitwise OR of flags from ConnectionAliasFlags </tp:docstring> @@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ </tp:possible-errors> </method> <method name="RequestAliases"> - <arg direction="in" name="contacts" type="au"> + <arg direction="in" name="contacts" type="au" tp:type="Contact_Handle[]"> <tp:docstring> An array of handles representing contacts </tp:docstring> |