]> git.0d.be Git - empathy.git/commitdiff
Clarify that we own the keys/values in the accounts hash
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 1 Jul 2009 13:03:35 +0000 (14:03 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 1 Jul 2009 13:19:40 +0000 (14:19 +0100)
libempathy/empathy-account-manager.c

index a290e9f6aa933590a3dd8c9859ffb0081526a2e7..ae328861017e541f26469d44125db72b5ab75f12 100644 (file)
@@ -37,7 +37,8 @@ typedef struct {
   McAccountMonitor *monitor;
   MissionControl   *mc;
 
-  GHashTable       *accounts; /* unique name -> EmpathyAccount */
+  /* (owned) unique name -> (reffed) EmpathyAccount */
+  GHashTable       *accounts;
   int               connected;
   int               connecting;
   gboolean          dispose_run;