diff options
Diffstat (limited to 'generate/xml-pristine/gabble-muc-channel.xml')
-rw-r--r-- | generate/xml-pristine/gabble-muc-channel.xml | 131 |
1 files changed, 0 insertions, 131 deletions
diff --git a/generate/xml-pristine/gabble-muc-channel.xml b/generate/xml-pristine/gabble-muc-channel.xml deleted file mode 100644 index 3b59b5426..000000000 --- a/generate/xml-pristine/gabble-muc-channel.xml +++ /dev/null @@ -1,131 +0,0 @@ -<?xml version="1.0" ?> -<node name="/GabbleMucChannel"> - <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> - <interface name="org.freedesktop.Telepathy.Channel.Interface.Password"> - <method name="GetPasswordFlags"> - <arg direction="out" type="u"/> - </method> - <signal name="PasswordFlagsChanged"> - <arg name="added" type="u"/> - <arg name="removed" type="u"/> - </signal> - <method name="ProvidePassword"> - <arg direction="in" name="password" type="s"/> - <arg direction="out" type="b"/> - </method> - </interface> - <interface name="org.freedesktop.Telepathy.Channel.Type.Text"> - <method name="AcknowledgePendingMessages"> - <arg direction="in" name="ids" type="au"/> - </method> - <method name="GetMessageTypes"> - <arg direction="out" type="au"/> - </method> - <method name="ListPendingMessages"> - <arg direction="in" name="clear" type="b"/> - <arg direction="out" type="a(uuuuus)"/> - </method> - <signal name="LostMessage"/> - <signal name="Received"> - <arg name="id" type="u"/> - <arg name="timestamp" type="u"/> - <arg name="sender" type="u"/> - <arg name="type" type="u"/> - <arg name="flags" type="u"/> - <arg name="text" type="s"/> - </signal> - <method name="Send"> - <arg direction="in" name="type" type="u"/> - <arg direction="in" name="text" type="s"/> - </method> - <signal name="SendError"> - <arg name="error" type="u"/> - <arg name="timestamp" type="u"/> - <arg name="type" type="u"/> - <arg name="text" type="s"/> - </signal> - <signal name="Sent"> - <arg name="timestamp" type="u"/> - <arg name="type" type="u"/> - <arg name="text" type="s"/> - </signal> - </interface> - <interface name="org.freedesktop.Telepathy.Properties"> - <method name="GetProperties"> - <arg direction="in" name="properties" type="au"/> - <arg direction="out" type="a(uv)"/> - </method> - <method name="ListProperties"> - <arg direction="out" type="a(ussu)"/> - </method> - <signal name="PropertiesChanged"> - <arg name="properties" type="a(uv)"/> - </signal> - <signal name="PropertyFlagsChanged"> - <arg name="properties" type="a(uu)"/> - </signal> - <method name="SetProperties"> - <arg direction="in" name="properties" type="a(uv)"/> - </method> - </interface> -</node> |