]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-account.c
explain the connect_time struct member
[empathy.git] / libempathy / empathy-account.c
index e5ba7c890345b2ec063a1a94d99aab3f4af7b97c..7672106c50ccfc2336af15020813edf429f194bb 100644 (file)
@@ -69,6 +69,7 @@ struct _EmpathyAccountPriv
   TpConnectionPresenceType presence;
 
   gboolean enabled;
+  /* Timestamp when the connection got connected in seconds since the epoch */
   glong connect_time;
 
   McAccount *mc_account;