[empathy: 6/7] chat-manager: clarify ownership of messages hash table
- From: Jonny Lamb <jonnylamb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy: 6/7] chat-manager: clarify ownership of messages hash table
- Date: Wed, 18 May 2011 13:26:42 +0000 (UTC)
commit cbbf2cd51ed0f7bd51c617fe75596511415b076f
Author: Jonny Lamb <jonnylamb gnome org>
Date: Wed May 18 14:16:54 2011 +0100
chat-manager: clarify ownership of messages hash table
Signed-off-by: Jonny Lamb <jonnylamb gnome org>
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 7d984ab..714939f 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]