aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-02 18:07:51 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-07-05 16:13:52 +0800
commit23e70b8d3b88b893d3dd5ab818b5243d215bd48e (patch)
treebfb80c0cc7b60bfaf107e404ec4800752ee1217b /src
parent9be71372f5579a2517231f1c5c2733610a550975 (diff)
downloadgsoc2013-empathy-23e70b8d3b88b893d3dd5ab818b5243d215bd48e.tar
gsoc2013-empathy-23e70b8d3b88b893d3dd5ab818b5243d215bd48e.tar.gz
gsoc2013-empathy-23e70b8d3b88b893d3dd5ab818b5243d215bd48e.tar.bz2
gsoc2013-empathy-23e70b8d3b88b893d3dd5ab818b5243d215bd48e.tar.lz
gsoc2013-empathy-23e70b8d3b88b893d3dd5ab818b5243d215bd48e.tar.xz
gsoc2013-empathy-23e70b8d3b88b893d3dd5ab818b5243d215bd48e.tar.zst
gsoc2013-empathy-23e70b8d3b88b893d3dd5ab818b5243d215bd48e.zip
chat-manager: document the queue
Diffstat (limited to 'src')
-rw-r--r--src/empathy-chat-manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-chat-manager.c b/src/empathy-chat-manager.c
index 97d210c84..7c66a509b 100644
--- a/src/empathy-chat-manager.c
+++ b/src/empathy-chat-manager.c
@@ -38,6 +38,7 @@ typedef struct _EmpathyChatManagerPriv EmpathyChatManagerPriv;
struct _EmpathyChatManagerPriv
{
+ /* Queue of (ChatData *) representing the closed chats */
GQueue *queue;
};