]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-account-manager.c
Document hash tables in EmpathyAccountManagerPriv
[empathy.git] / libempathy / empathy-account-manager.c
index 47ab2b6c3d95cf52c882c11f8fc8fb61464dd4ea..c8cabdd0d843000f1d30b46e9ca9fb7df6a6d00d 100644 (file)
@@ -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;