[Telepathy-commits] [telepathy-qt4/master] API update to clearify the signals

Stefan Eilers stefan.eilers at basyskom.de
Wed Jan 28 02:21:38 PST 2009


---
 TelepathyQt4/Prototype/AccountManager.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/TelepathyQt4/Prototype/AccountManager.h b/TelepathyQt4/Prototype/AccountManager.h
index 41af365..28b5812 100644
--- a/TelepathyQt4/Prototype/AccountManager.h
+++ b/TelepathyQt4/Prototype/AccountManager.h
@@ -120,13 +120,18 @@ signals:
     /**
      * An account will be removed from internal data.
      * This signal is emitted after the account was removed but immediately before the account is removed from the internal lists.<br>
+     * Use this signal to obtain all necessary information to handle this remove operation properly. The signal <i>signalAccountRemoved()</i>
+     * will be called immediately after cleaning the internal lists.
+     * <br>
      * Do not use <i>account</i> after receiving this signal!
+     * @see signalAccountRemoved()
      */
     void signalAboutToRemoveAccount( TpPrototype::Account* account );
 
     /**
      * An account was removed.
      * This signal is emitted after <i>signalAboutToRemoveAccount()</i>. The internal lists are updated now.
+     * @see signalAboutToRemoveAccount()
      */
     void signalAccountRemoved();
     
-- 
1.5.6.5




More information about the telepathy-commits mailing list