]> git.0d.be Git - empathy.git/commitdiff
chat-manager: document the queue
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 2 Jul 2010 10:07:51 +0000 (12:07 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 5 Jul 2010 08:13:52 +0000 (10:13 +0200)
src/empathy-chat-manager.c

index 97d210c84f5205a0339e2df5459bcd13af3274ec..7c66a509bb171ea8a459ab7405f88584f64a6ca1 100644 (file)
@@ -38,6 +38,7 @@ typedef struct _EmpathyChatManagerPriv EmpathyChatManagerPriv;
 
 struct _EmpathyChatManagerPriv
 {
+  /* Queue of (ChatData *) representing the closed chats */
   GQueue *queue;
 };