diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-04-09 15:10:01 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-04-09 15:10:01 +0100 |
commit | db33283cb8e39713c33b246d52dcd4fe7d66fffd (patch) | |
tree | 8bfef9ce7b88cb48646442ecc49472d8ad5f0282 /xml | |
parent | f0703003174896772a47e0a4d04ca1a5405ed7c7 (diff) |
McdAccount Compat: add SetHasBeenOnline
Diffstat (limited to 'xml')
-rw-r--r-- | xml/Account_Interface_Compat.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xml/Account_Interface_Compat.xml b/xml/Account_Interface_Compat.xml index af68a5b1..1c5a51b8 100644 --- a/xml/Account_Interface_Compat.xml +++ b/xml/Account_Interface_Compat.xml @@ -41,6 +41,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</ </tp:docstring> </property> + <method name="SetHasBeenOnline"> + <tp:docstring xmlns="http://www.w3.org/1999/xhtml"> + <p>Force MC to believe that this account has been put online + successfully at some point in the past.</p> + </tp:docstring> + </method> + </interface> </node> <!-- vim:set sw=2 sts=2 et ft=xml: --> |