summaryrefslogtreecommitdiff
path: root/spec/Channel_Interface_Password.xml
diff options
context:
space:
mode:
authorRobert McQueen <robert.mcqueen@collabora.co.uk>2007-05-31 14:21:19 +0000
committerRobert McQueen <robert.mcqueen@collabora.co.uk>2007-05-31 14:21:19 +0000
commitb7853bd24e63d2fe099d336f1982fbc61745a68a (patch)
treecee00979eaae193d76356ee3bdbd49912e3f8b53 /spec/Channel_Interface_Password.xml
parent78a30fce0e7706d2f815e157ec86517adeda9283 (diff)
downloadtelepathy-glib-b7853bd24e63d2fe099d336f1982fbc61745a68a.tar.gz
update spec to 0.15.4
20070531142119-418b8-7a6dd5afff15da043d9e4f7cea7be45811e0a8db.gz
Diffstat (limited to 'spec/Channel_Interface_Password.xml')
-rw-r--r--spec/Channel_Interface_Password.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/Channel_Interface_Password.xml b/spec/Channel_Interface_Password.xml
index 20aa55e13..4e4135fbf 100644
--- a/spec/Channel_Interface_Password.xml
+++ b/spec/Channel_Interface_Password.xml
@@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tp:flag>
</tp:flags>
<method name="GetPasswordFlags">
- <arg direction="out" type="u">
+ <arg direction="out" type="u" tp:type="Channel_Password_Flags">
<tp:docstring>
An integer with the logical OR of all the flags set
(values of ChannelPasswordFlags)
@@ -48,12 +48,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</tp:possible-errors>
</method>
<signal name="PasswordFlagsChanged">
- <arg name="added" type="u">
+ <arg name="added" type="u" tp:type="Channel_Password_Flags">
<tp:docstring>
A bitwise OR of the flags which have been set
</tp:docstring>
</arg>
- <arg name="removed" type="u">
+ <arg name="removed" type="u" tp:type="Channel_Password_Flags">
<tp:docstring>
A bitwise OR of the flags which have been cleared
</tp:docstring>