From 16da0cefe5da520704d9914b1bc824c7b5342071 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 1 Jul 2009 14:01:20 +0100 Subject: explain the connect_time struct member --- libempathy/empathy-account.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy') diff --git a/libempathy/empathy-account.c b/libempathy/empathy-account.c index e5ba7c890..7672106c5 100644 --- a/libempathy/empathy-account.c +++ b/libempathy/empathy-account.c @@ -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; -- cgit v1.2.3