]> git.0d.be Git - empathy.git/blob - extensions/Chat_Manager.xml
extensions: add ChatManager extension
[empathy.git] / extensions / Chat_Manager.xml
1 <?xml version="1.0" ?>
2 <node name="/Chat_Manager"
3   xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
4   <tp:copyright>Copyright (C) 2011 Collabora Ltd.</tp:copyright>
5   <tp:license xmlns="http://www.w3.org/1999/xhtml">
6     <p>This library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU Lesser General Public
8 License as published by the Free Software Foundation; either
9 version 2.1 of the License, or (at your option) any later version.</p>
10
11 <p>This library is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 Lesser General Public License for more details.</p>
15
16 <p>You should have received a copy of the GNU Lesser General Public
17 License along with this library; if not, write to the Free Software
18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
19   </tp:license>
20   <interface name="org.gnome.Empathy.ChatManager">
21
22     <method name="UndoClosedChat" tp:name-for-bindings="Undo_Closed_Chat">
23       <tp:docstring>
24         Ask the chat manager to undo closing a tab. If there is no tab
25         to be opened then return successfully.
26       </tp:docstring>
27     </method>
28
29   </interface>
30 </node>
31 <!-- vim:set sw=2 sts=2 et ft=xml: -->