[empathy/gnome-2-34: 46/60] main-window: document what the key and value types are for hash tables



commit c16f5cc964a89d025beb71faaac76e6190218f88
Author: Jonny Lamb <jonnylamb gnome org>
Date:   Tue Dec 14 16:37:18 2010 +0000

    main-window: document what the key and value types are for hash tables
    
    Signed-off-by: Jonny Lamb <jonnylamb gnome org>

 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 9dc070b..1349a1d 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]