diff options
-rw-r--r-- | src/empathy-chat-manager.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/empathy-chat-manager.c b/src/empathy-chat-manager.c index 7d984abb5..714939f53 100644 --- a/src/empathy-chat-manager.c +++ b/src/empathy-chat-manager.c @@ -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; |