From 932835ccd42c55d77017d6ffc77773db40385a27 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Tue, 14 Dec 2010 16:37:18 +0000 Subject: [PATCH] main-window: document what the key and value types are for hash tables Signed-off-by: Jonny Lamb --- src/empathy-main-window.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index e04a6bb2..d1dfc294 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 -- 2.39.2