diff options
-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> |