]> git.0d.be Git - empathy.git/commitdiff
explain the connect_time struct member
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 1 Jul 2009 13:01:20 +0000 (14:01 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Wed, 1 Jul 2009 13:19:40 +0000 (14:19 +0100)
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;