| 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. |