diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-15 00:37:18 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2010-12-15 00:37:18 +0800 |
commit | 932835ccd42c55d77017d6ffc77773db40385a27 (patch) | |
tree | 2b1e8641a7e60aeb0be9e2eece60b13508c2ce6d /src | |
parent | 05e14d747fd88a260996c406a938a1bfdfbaca8f (diff) | |
download | gsoc2013-empathy-932835ccd42c55d77017d6ffc77773db40385a27.tar gsoc2013-empathy-932835ccd42c55d77017d6ffc77773db40385a27.tar.gz gsoc2013-empathy-932835ccd42c55d77017d6ffc77773db40385a27.tar.bz2 gsoc2013-empathy-932835ccd42c55d77017d6ffc77773db40385a27.tar.lz gsoc2013-empathy-932835ccd42c55d77017d6ffc77773db40385a27.tar.xz gsoc2013-empathy-932835ccd42c55d77017d6ffc77773db40385a27.tar.zst gsoc2013-empathy-932835ccd42c55d77017d6ffc77773db40385a27.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 e04a6bb21..d1dfc2942 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -143,7 +143,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 |