[empathy] Document hash tables in EmpathyAccountManagerPriv



commit 97a873f3cba2fabfeb15f6bae0c3e2d206b17b5f
Author: Xavier Claessens <xclaesse gmail com>
Date:   Tue Apr 21 00:46:17 2009 +0200

    Document hash tables in EmpathyAccountManagerPriv
---
 libempathy/empathy-account-manager.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c
index 47ab2b6..c8cabdd 100644
--- a/libempathy/empathy-account-manager.c
+++ b/libempathy/empathy-account-manager.c
@@ -35,8 +35,8 @@ typedef struct {
   McAccountMonitor *monitor;
   MissionControl   *mc;
 
-  GHashTable       *accounts;
-  GHashTable       *connections;
+  GHashTable       *accounts; /* McAccount -> AccountData */
+  GHashTable       *connections; /* TpConnection -> McAccount */
   int               connected;
   int               connecting;
   gboolean          dispose_run;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]