]> git.0d.be Git - empathy.git/commitdiff
idle: add comment about the connect_times hash table types
authorJonny Lamb <jonnylamb@gnome.org>
Fri, 30 Oct 2009 10:24:15 +0000 (10:24 +0000)
committerJonny Lamb <jonnylamb@gnome.org>
Fri, 30 Oct 2009 10:24:15 +0000 (10:24 +0000)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
libempathy/empathy-idle.c

index 27ae487e7d4902b32a1c114f08b566bff2fa4a68..6c6e333511195300521057c792bf17ac6482321c 100644 (file)
@@ -59,6 +59,8 @@ typedef struct {
        guint           ext_away_timeout;
 
        TpAccountManager *manager;
+
+       /* pointer to a TpAccount --> glong of time of connection */
        GHashTable *connect_times;
 
        TpConnectionPresenceType requested_presence_type;