]> git.0d.be Git - empathy.git/commitdiff
chat-manager: clarify ownership of messages hash table
authorJonny Lamb <jonnylamb@gnome.org>
Wed, 18 May 2011 13:16:54 +0000 (14:16 +0100)
committerJonny Lamb <jonnylamb@gnome.org>
Wed, 18 May 2011 13:16:54 +0000 (14:16 +0100)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
src/empathy-chat-manager.c

index 7d984abb542ab79500eea1e10fdc0860b8c2acec..714939f5313d4836679ce1949415f8935e794b51 100644 (file)
@@ -51,7 +51,9 @@ struct _EmpathyChatManagerPriv
 
   guint num_displayed_chat;
 
-  /* account path -> GHashTable<contact -> non-NULL message> */
+  /* account path -> (GHashTable<(owned gchar *) contact ID
+   *                  -> (owned gchar *) non-NULL message>)
+   */
   GHashTable *messages;
 
   TpBaseClient *handler;