diff src/protocols/msn/transaction.h @ 10403:e5455f1dc9b6

[gaim-migrate @ 11648] This is "Yet another MSN fix" from Felipe, it actually turned into "Several MSN fixes", see bug 1088651 for the details. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 23 Dec 2004 20:13:54 +0000
parents f776e117c17b
children
line wrap: on
line diff
--- a/src/protocols/msn/transaction.h	Wed Dec 22 23:45:37 2004 +0000
+++ b/src/protocols/msn/transaction.h	Thu Dec 23 20:13:54 2004 +0000
@@ -47,7 +47,7 @@
 
 	int timer;
 
-	void *data; /* The data to be used on the different callbacks */
+	void *data; /**< The data to be used on the different callbacks. */
 	GHashTable *callbacks;
 	gboolean has_custom_callbacks;
 	MsnErrorCb error_cb;
@@ -57,8 +57,8 @@
 	size_t payload_len;
 
 	GQueue *queue;
-	MsnCommand *pendent_cmd; /* The command that is waiting for the result of
-								this transaction. */
+	MsnCommand *pendent_cmd; /**< The command that is waiting for the result of
+							   this transaction. */
 };
 
 MsnTransaction *msn_transaction_new(MsnCmdProc *cmdproc,