]> git.0d.be Git - empathy.git/commitdiff
Document hash tables in EmpathyAccountManagerPriv
authorXavier Claessens <xclaesse@gmail.com>
Mon, 20 Apr 2009 22:46:17 +0000 (00:46 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Wed, 22 Apr 2009 10:21:14 +0000 (12:21 +0200)
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;