diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-15 00:37:18 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2011-01-26 21:37:37 +0800 |
commit | c16f5cc964a89d025beb71faaac76e6190218f88 (patch) | |
tree | e9d292a3990cd5267f35c7b1115ad028066e5ae3 /src | |
parent | 92b15cb0cf7de53be9417f342aff4c6ae53141dd (diff) | |
download | gsoc2013-empathy-c16f5cc964a89d025beb71faaac76e6190218f88.tar gsoc2013-empathy-c16f5cc964a89d025beb71faaac76e6190218f88.tar.gz gsoc2013-empathy-c16f5cc964a89d025beb71faaac76e6190218f88.tar.bz2 gsoc2013-empathy-c16f5cc964a89d025beb71faaac76e6190218f88.tar.lz gsoc2013-empathy-c16f5cc964a89d025beb71faaac76e6190218f88.tar.xz gsoc2013-empathy-c16f5cc964a89d025beb71faaac76e6190218f88.tar.zst gsoc2013-empathy-c16f5cc964a89d025beb71faaac76e6190218f88.zip |
main-window: document what the key and value types are for hash tables
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-main-window.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 9dc070b27..1349a1dbb 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -141,7 +141,11 @@ struct _EmpathyMainWindowPriv { GtkWidget *edit_context_separator; guint size_timeout_id; + + /* reffed TpAccount* => visible GtkInfoBar* */ GHashTable *errors; + + /* EmpathyEvent* => visible GtkInfoBar* */ GHashTable *auths; /* stores a mapping from TpAccount to Handler ID to prevent |