comparison src/connection.h @ 6583:e07c66073b6d

[gaim-migrate @ 7105] Ignore this. I'm just making life a pain for the other developers... Seeing the big red ugly lines in doxygen comments, and also seeing missing asterisks just kinda bugs me. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 23 Aug 2003 21:49:58 +0000
parents 0473a28ce807
children 943b03bcecf5
comparison
equal deleted inserted replaced
6582:c571981c7ce8 6583:e07c66073b6d
133 */ 133 */
134 void gaim_connection_register(GaimConnection *gc); 134 void gaim_connection_register(GaimConnection *gc);
135 135
136 /** 136 /**
137 * Signs a connection off. 137 * Signs a connection off.
138 138 *
139 * @param gc The connection to sign off. 139 * @param gc The connection to sign off.
140 * 140 *
141 * @see gaim_connection_connect() 141 * @see gaim_connection_connect()
142 */ 142 */
143 void gaim_connection_disconnect(GaimConnection *gc); 143 void gaim_connection_disconnect(GaimConnection *gc);