diff options
author | <rob.taylor@collabora.co.uk> | 2006-03-09 12:45:23 +0000 |
---|---|---|
committer | <rob.taylor@collabora.co.uk> | 2006-03-09 12:45:23 +0000 |
commit | 5a39a2158376ce62ce4e04abf5709c9b0372592c (patch) | |
tree | 978efcbe9deed33f63ca1f27150d237562d7b58d /generate | |
parent | 0d55a2615136c5a8f7567b6e6ccd0b9768170157 (diff) |
added modified xml for GabbleRoomlistChannel
Diffstat (limited to 'generate')
-rw-r--r-- | generate/xml-modified/gabble-roomlist-channel.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/generate/xml-modified/gabble-roomlist-channel.xml b/generate/xml-modified/gabble-roomlist-channel.xml new file mode 100644 index 000000000..7e0ca4da5 --- /dev/null +++ b/generate/xml-modified/gabble-roomlist-channel.xml @@ -0,0 +1,32 @@ +<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> +<node name="/GabbleRoomlistChannel"> + <interface name="org.freedesktop.Telepathy.Channel"> + <method name="GetHandle"> + <arg direction="out" type="u" /> + <arg direction="out" type="u" /> + </method> + <method name="GetInterfaces"> + <arg direction="out" type="as" /> + </method> + <method name="GetChannelType"> + <arg direction="out" type="s" /> + </method> + <signal name="Closed"> + </signal> + <method name="Close"> + </method> + </interface> + <interface name="org.freedesktop.Telepathy.Channel.Type.RoomList"> + <method name="ListRooms"> + </method> + <method name="GetListingRooms"> + <arg direction="out" type="b" /> + </method> + <signal name="ListingRooms"> + <arg type="b" name="listing" /> + </signal> + <signal name="GotRooms"> + <arg type="a(usa{sv})" name="rooms" /> + </signal> + </interface> +</node> |