]> git.0d.be Git - empathy.git/blob - src/Chat_Manager.xml
Updated Galician translations for docs
[empathy.git] / src / 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       <arg direction="in" type="x" name="User_Time">
24         <tp:docstring>
25           The user action time for the event.
26         </tp:docstring>
27       </arg>
28       <tp:docstring>
29         Ask the chat manager to undo closing a tab. If there is no tab
30         to be opened then return successfully.
31       </tp:docstring>
32     </method>
33
34   </interface>
35 </node>
36 <!-- vim:set sw=2 sts=2 et ft=xml: -->