aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-04-21 06:46:17 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-22 18:21:14 +0800
commit97a873f3cba2fabfeb15f6bae0c3e2d206b17b5f (patch)
tree4e476b3a60d1a645ed6dfa0922d99640b921f01b /libempathy
parent65ed272fef1016fff3403024e3417491ecf30015 (diff)
downloadgsoc2013-empathy-97a873f3cba2fabfeb15f6bae0c3e2d206b17b5f.tar
gsoc2013-empathy-97a873f3cba2fabfeb15f6bae0c3e2d206b17b5f.tar.gz
gsoc2013-empathy-97a873f3cba2fabfeb15f6bae0c3e2d206b17b5f.tar.bz2
gsoc2013-empathy-97a873f3cba2fabfeb15f6bae0c3e2d206b17b5f.tar.lz
gsoc2013-empathy-97a873f3cba2fabfeb15f6bae0c3e2d206b17b5f.tar.xz
gsoc2013-empathy-97a873f3cba2fabfeb15f6bae0c3e2d206b17b5f.tar.zst
gsoc2013-empathy-97a873f3cba2fabfeb15f6bae0c3e2d206b17b5f.zip
Document hash tables in EmpathyAccountManagerPriv
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-account-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c
index 47ab2b6c3..c8cabdd0d 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;