diff options
Diffstat (limited to 'generate/xml-modified/gabble-connection.xml')
-rw-r--r-- | generate/xml-modified/gabble-connection.xml | 173 |
1 files changed, 0 insertions, 173 deletions
diff --git a/generate/xml-modified/gabble-connection.xml b/generate/xml-modified/gabble-connection.xml deleted file mode 100644 index 9b7581547..000000000 --- a/generate/xml-modified/gabble-connection.xml +++ /dev/null @@ -1,173 +0,0 @@ -<?xml version="1.0" ?> -<node name="/GabbleConnection"> - <interface name="org.freedesktop.Telepathy.Connection"> - <method name="Connect"/> - <method name="Disconnect"/> - <method name="GetInterfaces"> - <arg direction="out" type="as"/> - </method> - <method name="GetProtocol"> - <arg direction="out" type="s"/> - </method> - <method name="GetSelfHandle"> - <arg direction="out" type="u"/> - </method> - <method name="GetStatus"> - <arg direction="out" type="u"/> - </method> - <method name="HoldHandles"> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <arg direction="in" name="handle_type" type="u"/> - <arg direction="in" name="handles" type="au"/> - </method> - <method name="InspectHandles"> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <arg direction="in" name="handle_type" type="u"/> - <arg direction="in" name="handles" type="au"/> - <arg direction="out" type="as"/> - </method> - <method name="ListChannels"> - <arg direction="out" type="a(osuu)"/> - </method> - <signal name="NewChannel"> - <arg name="object_path" type="o"/> - <arg name="channel_type" type="s"/> - <arg name="handle_type" type="u"/> - <arg name="handle" type="u"/> - <arg name="suppress_handler" type="b"/> - </signal> - <method name="ReleaseHandles"> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <arg direction="in" name="handle_type" type="u"/> - <arg direction="in" name="handles" type="au"/> - </method> - <method name="RequestChannel"> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <arg direction="in" name="type" type="s"/> - <arg direction="in" name="handle_type" type="u"/> - <arg direction="in" name="handle" type="u"/> - <arg direction="in" name="suppress_handler" type="b"/> - <arg direction="out" type="o"/> - </method> - <method name="RequestHandles"> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <arg direction="in" name="handle_type" type="u"/> - <arg direction="in" name="names" type="as"/> - <arg direction="out" type="au"/> - </method> - <signal name="StatusChanged"> - <arg name="status" type="u"/> - <arg name="reason" type="u"/> - </signal> - </interface> - <interface name="org.freedesktop.Telepathy.Connection.Interface.Aliasing"> - <signal name="AliasesChanged"> - <arg name="aliases" type="a(us)"/> - </signal> - <method name="GetAliasFlags"> - <arg direction="out" type="u"/> - </method> - <method name="RequestAliases"> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <arg direction="in" name="contacts" type="au"/> - <arg direction="out" type="as"/> - </method> - <method name="SetAliases"> - <arg direction="in" name="aliases" type="a{us}"/> - </method> - </interface> - <interface name="org.freedesktop.Telepathy.Connection.Interface.Avatars"> - <signal name="AvatarUpdated"> - <arg name="contact" type="u"/> - <arg name="new_avatar_token" type="s"/> - </signal> - <method name="GetAvatarRequirements"> - <arg direction="out" type="as"/> - <arg direction="out" type="q"/> - <arg direction="out" type="q"/> - <arg direction="out" type="q"/> - <arg direction="out" type="q"/> - <arg direction="out" type="u"/> - </method> - <method name="GetAvatarTokens"> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <arg direction="in" name="contacts" type="au"/> - <arg direction="out" type="as"/> - </method> - <method name="RequestAvatar"> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <arg direction="in" name="contact" type="u"/> - <arg direction="out" type="ay"/> - <arg direction="out" type="s"/> - </method> - <method name="SetAvatar"> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <arg direction="in" name="avatar" type="ay"/> - <arg direction="in" name="mime_type" type="s"/> - <arg direction="out" type="s"/> - </method> - </interface> - <interface name="org.freedesktop.Telepathy.Connection.Interface.Capabilities"> - <method name="AdvertiseCapabilities"> - <arg direction="in" name="add" type="a(su)"/> - <arg direction="in" name="remove" type="as"/> - <arg direction="out" type="a(su)"/> - </method> - <signal name="CapabilitiesChanged"> - <arg name="caps" type="a(usuuuu)"/> - </signal> - <method name="GetCapabilities"> - <arg direction="in" name="handles" type="au"/> - <arg direction="out" type="a(usuu)"/> - </method> - </interface> - <interface name="org.freedesktop.Telepathy.Connection.Interface.Presence"> - <method name="AddStatus"> - <arg direction="in" name="status" type="s"/> - <arg direction="in" name="parms" type="a{sv}"/> - </method> - <method name="ClearStatus"/> - <method name="GetPresence"> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <arg direction="in" name="contacts" type="au"/> - <arg direction="out" type="a{u(ua{sa{sv}})}"/> - </method> - <method name="GetStatuses"> - <arg direction="out" type="a{s(ubba{ss})}"/> - </method> - <signal name="PresenceUpdate"> - <arg name="presence" type="a{u(ua{sa{sv}})}"/> - </signal> - <method name="RemoveStatus"> - <arg direction="in" name="status" type="s"/> - </method> - <method name="RequestPresence"> - <arg direction="in" name="contacts" type="au"/> - </method> - <method name="SetLastActivityTime"> - <arg direction="in" name="time" type="u"/> - </method> - <method name="SetStatus"> - <arg direction="in" name="statuses" type="a{sa{sv}}"/> - </method> - </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"> - <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> - <arg direction="in" name="properties" type="a(uv)"/> - </method> - </interface> -</node> |