comparison src/protocols/msn/session.h @ 10773:888d4c328be5

[gaim-migrate @ 12382] Patch 1149564 from Felipe Contreras: "[MSN] Cleanups and fixes I know it fixes a multiple conversation close notification but it probably fixes more stuff. I don't know exactly what are the diferences with what Stu did." I munged it a bit, to make it compile and stuff. Please test this, I might have broken it. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 02 Apr 2005 16:38:33 +0000
parents fe919915fceb
children c824e39db0e7
comparison
equal deleted inserted replaced
10772:12aa8ce77077 10773:888d4c328be5
190 /** 190 /**
191 * Returns a switchboard to communicate with certain username. 191 * Returns a switchboard to communicate with certain username.
192 * 192 *
193 * @param session The MSN session. 193 * @param session The MSN session.
194 * @param username The username to search for. 194 * @param username The username to search for.
195 * @param flag The flag of the switchboard
195 * 196 *
196 * @return The switchboard. 197 * @return The switchboard.
197 */ 198 */
198 MsnSwitchBoard *msn_session_get_swboard(MsnSession *session, 199 MsnSwitchBoard *msn_session_get_swboard(MsnSession *session,
199 const char *username); 200 const char *username, MsnSBFlag flag);
200 201
201 /** 202 /**
202 * Sets an error for the MSN session. 203 * Sets an error for the MSN session.
203 * 204 *
204 * @param session The MSN session. 205 * @param session The MSN session.