summaryrefslogtreecommitdiff
path: root/generate/xml-pristine/gabble-roster-channel.xml
diff options
context:
space:
mode:
Diffstat (limited to 'generate/xml-pristine/gabble-roster-channel.xml')
-rw-r--r--generate/xml-pristine/gabble-roster-channel.xml64
1 files changed, 0 insertions, 64 deletions
diff --git a/generate/xml-pristine/gabble-roster-channel.xml b/generate/xml-pristine/gabble-roster-channel.xml
deleted file mode 100644
index 8dbc49c34..000000000
--- a/generate/xml-pristine/gabble-roster-channel.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" ?>
-<node name="/GabbleRosterChannel">
- <interface name="org.freedesktop.Telepathy.Channel">
- <method name="Close"/>
- <signal name="Closed"/>
- <method name="GetChannelType">
- <arg direction="out" type="s"/>
- </method>
- <method name="GetHandle">
- <arg direction="out" type="u"/>
- <arg direction="out" type="u"/>
- </method>
- <method name="GetInterfaces">
- <arg direction="out" type="as"/>
- </method>
- </interface>
- <interface name="org.freedesktop.Telepathy.Channel.Interface.Group">
- <method name="AddMembers">
- <arg direction="in" name="contacts" type="au"/>
- <arg direction="in" name="message" type="s"/>
- </method>
- <method name="GetAllMembers">
- <arg direction="out" type="au"/>
- <arg direction="out" type="au"/>
- <arg direction="out" type="au"/>
- </method>
- <method name="GetGroupFlags">
- <arg direction="out" type="u"/>
- </method>
- <method name="GetHandleOwners">
- <arg direction="in" name="handles" type="au"/>
- <arg direction="out" type="au"/>
- </method>
- <method name="GetLocalPendingMembers">
- <arg direction="out" type="au"/>
- </method>
- <method name="GetMembers">
- <arg direction="out" type="au"/>
- </method>
- <method name="GetRemotePendingMembers">
- <arg direction="out" type="au"/>
- </method>
- <method name="GetSelfHandle">
- <arg direction="out" type="u"/>
- </method>
- <signal name="GroupFlagsChanged">
- <arg name="added" type="u"/>
- <arg name="removed" type="u"/>
- </signal>
- <signal name="MembersChanged">
- <arg name="message" type="s"/>
- <arg name="added" type="au"/>
- <arg name="removed" type="au"/>
- <arg name="local_pending" type="au"/>
- <arg name="remote_pending" type="au"/>
- <arg name="actor" type="u"/>
- <arg name="reason" type="u"/>
- </signal>
- <method name="RemoveMembers">
- <arg direction="in" name="contacts" type="au"/>
- <arg direction="in" name="message" type="s"/>
- </method>
- </interface>
-</node>