| 284 */ |
284 */ |
| 285 void |
285 void |
| 286 msn_user_set_endpoint_data(MsnUser *user, const char *endpoint, MsnUserEndpoint *data); |
286 msn_user_set_endpoint_data(MsnUser *user, const char *endpoint, MsnUserEndpoint *data); |
| 287 |
287 |
| 288 /** |
288 /** |
| |
289 * Clears all endpoint data for a user. |
| |
290 * |
| |
291 * @param user The user. |
| |
292 */ |
| |
293 void |
| |
294 msn_user_clear_endpoints(MsnUser *user); |
| |
295 |
| |
296 /** |
| 289 * Sets the client id for a user. |
297 * Sets the client id for a user. |
| 290 * |
298 * |
| 291 * @param user The user. |
299 * @param user The user. |
| 292 * @param clientid The client id. |
300 * @param clientid The client id. |
| 293 */ |
301 */ |