diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2011-05-18 21:16:54 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2011-05-18 21:16:54 +0800 |
commit | cbbf2cd51ed0f7bd51c617fe75596511415b076f (patch) | |
tree | 67e1d9cc157287b288e7f90778f4d92839845e97 /src/empathy-chat-manager.c | |
parent | 48eeafcb8aabeca933067ae45a39a7349dce6083 (diff) | |
download | gsoc2013-empathy-cbbf2cd51ed0f7bd51c617fe75596511415b076f.tar gsoc2013-empathy-cbbf2cd51ed0f7bd51c617fe75596511415b076f.tar.gz gsoc2013-empathy-cbbf2cd51ed0f7bd51c617fe75596511415b076f.tar.bz2 gsoc2013-empathy-cbbf2cd51ed0f7bd51c617fe75596511415b076f.tar.lz gsoc2013-empathy-cbbf2cd51ed0f7bd51c617fe75596511415b076f.tar.xz gsoc2013-empathy-cbbf2cd51ed0f7bd51c617fe75596511415b076f.tar.zst gsoc2013-empathy-cbbf2cd51ed0f7bd51c617fe75596511415b076f.zip |
chat-manager: clarify ownership of messages hash table
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'src/empathy-chat-manager.c')
-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; |