src/protocols/msn/transaction.h

changeset 10403
4647a87ef73b
parent 10284
257978b5df5b
--- 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,

mercurial