aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-idle.c
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2009-10-30 18:24:15 +0800
committerJonny Lamb <jonnylamb@gnome.org>2009-10-30 18:24:15 +0800
commit0e5b0eca677e4aa60cebdaec8e289192b39b5017 (patch)
tree7d21ad638dcbebec26edccf6ffafcea36a7bdded /libempathy/empathy-idle.c
parentd299fc2bd39cabadfd6a1753f8e22b1d029a6ed9 (diff)
downloadgsoc2013-empathy-0e5b0eca677e4aa60cebdaec8e289192b39b5017.tar
gsoc2013-empathy-0e5b0eca677e4aa60cebdaec8e289192b39b5017.tar.gz
gsoc2013-empathy-0e5b0eca677e4aa60cebdaec8e289192b39b5017.tar.bz2
gsoc2013-empathy-0e5b0eca677e4aa60cebdaec8e289192b39b5017.tar.lz
gsoc2013-empathy-0e5b0eca677e4aa60cebdaec8e289192b39b5017.tar.xz
gsoc2013-empathy-0e5b0eca677e4aa60cebdaec8e289192b39b5017.tar.zst
gsoc2013-empathy-0e5b0eca677e4aa60cebdaec8e289192b39b5017.zip
idle: add comment about the connect_times hash table types
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy/empathy-idle.c')
-rw-r--r--libempathy/empathy-idle.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-idle.c b/libempathy/empathy-idle.c
index 27ae487e7..6c6e33351 100644
--- a/libempathy/empathy-idle.c
+++ b/libempathy/empathy-idle.c
@@ -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;