From 97a873f3cba2fabfeb15f6bae0c3e2d206b17b5f Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 21 Apr 2009 00:46:17 +0200 Subject: [PATCH 1/1] Document hash tables in EmpathyAccountManagerPriv --- libempathy/empathy-account-manager.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index 47ab2b6c..c8cabdd0 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -35,8 +35,8 @@ typedef struct { McAccountMonitor *monitor; MissionControl *mc; - GHashTable *accounts; - GHashTable *connections; + GHashTable *accounts; /* McAccount -> AccountData */ + GHashTable *connections; /* TpConnection -> McAccount */ int connected; int connecting; gboolean dispose_run; -- 2.39.2