summaryrefslogtreecommitdiff
path: root/spec/Channel_Interface_Group.xml
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-13 14:05:03 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-13 14:05:03 +0000
commit9c4ca82db7479238fdd1f00863925f621e51f638 (patch)
tree86627c97135f681648528f34433b67cff0517559 /spec/Channel_Interface_Group.xml
parentf8d1ebc3f935a893499b7518486963bb68b8ef09 (diff)
downloadtelepathy-glib-9c4ca82db7479238fdd1f00863925f621e51f638.tar.gz
Update spec/ to current telepathy-spec HEAD
20071113140503-53eee-178e466d1831fdfd00e9d5a34b0e50ad4e4387cc.gz
Diffstat (limited to 'spec/Channel_Interface_Group.xml')
-rw-r--r--spec/Channel_Interface_Group.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/spec/Channel_Interface_Group.xml b/spec/Channel_Interface_Group.xml
index b9f1c9de5..81dd21f9a 100644
--- a/spec/Channel_Interface_Group.xml
+++ b/spec/Channel_Interface_Group.xml
@@ -20,6 +20,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
</tp:license>
<interface name="org.freedesktop.Telepathy.Channel.Interface.Group">
<tp:requires interface="org.freedesktop.Telepathy.Channel"/>
+
+ <tp:struct name="Local_Pending_Info" array-name="Local_Pending_Info_List">
+ <tp:docstring>A struct (handle to be added, handle of contact
+ requesting the change, reason code, optional message)
+ representing a contact whose attempt to join a group is to be confirmed
+ by the local user, as returned by GetLocalPendingMembersWithInfo
+ on the Group interface.</tp:docstring>
+ <tp:member type="u" tp:type="Contact_Handle" name="To_Be_Added"/>
+ <tp:member type="u" tp:type="Contact_Handle" name="Actor"/>
+ <tp:member type="u" tp:type="Channel_Group_Change_Reason" name="Reason"/>
+ <tp:member type="s" name="Message"/>
+ </tp:struct>
+
<method name="AddMembers">
<arg direction="in" name="contacts" type="au" tp:type="Contact_Handle[]">
<tp:docstring>
@@ -233,7 +246,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
requesting channel membership and awaiting local approval with
AddMembers.
</tp:docstring>
- <arg direction="out" type="a(uuus)">
+ <arg direction="out" type="a(uuus)" tp:type="Local_Pending_Info[]">
<tp:docstring>
An array of structs containing:
<ul>