comparison libpurple/protocols/msn/error.h @ 31150:b3b7b537284f

msn: Merge dialog and error to get an unified msn_error api.
author masca@cpw.pidgin.im
date Fri, 12 Mar 2010 02:26:57 +0000
parents 462cb893521b
children
comparison
equal deleted inserted replaced
31149:54c8aeecab4c 31150:b3b7b537284f
42 * @param session The current session. 42 * @param session The current session.
43 * @param type The error type. 43 * @param type The error type.
44 */ 44 */
45 void msn_error_handle(MsnSession *session, unsigned int type); 45 void msn_error_handle(MsnSession *session, unsigned int type);
46 46
47 /**
48 * Show the sync issue in a dialog using request api
49 *
50 * @param sesion MsnSession associated to this error.
51 * @param passport The passport associated with the error.
52 * @param group_name The group in the buddy is suppoused to be
53 */
54 void msn_error_sync_issue(MsnSession *session, const char *passport,
55 const char *group_name);
56
47 #endif /* MSN_ERROR_H */ 57 #endif /* MSN_ERROR_H */