comparison src/protocols/msn/state.h @ 11992:c824e39db0e7

[gaim-migrate @ 14285] - make Offline a user setable status in MSN - redo MSN status changing to query the core for the current status instead of keeping track of it itself, as recommended by Mark on patch #1336338. - bring back the buddy list synchronization by parsing the buddy list after signon committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 06 Nov 2005 21:52:00 +0000
parents ab6636c5a136
children 06368415c89c
comparison
equal deleted inserted replaced
11991:94ba447a6a5c 11992:c824e39db0e7
45 45
46 /** 46 /**
47 * Changes the status of the user. 47 * Changes the status of the user.
48 * 48 *
49 * @param session The MSN session. 49 * @param session The MSN session.
50 * @param state The new state.
51 */ 50 */
52 void msn_change_status(MsnSession *session, MsnAwayType state); 51 void msn_change_status(MsnSession *session);
53 52
54 /** 53 /**
55 * Returns the string representation of an away type. 54 * Returns the string representation of an away type.
56 * 55 *
57 * @param type The away type. 56 * @param type The away type.
60 */ 59 */
61 const char *msn_away_get_text(MsnAwayType type); 60 const char *msn_away_get_text(MsnAwayType type);
62 61
63 const char *msn_state_get_text(MsnAwayType state); 62 const char *msn_state_get_text(MsnAwayType state);
64 63
64 MsnAwayType msn_state_from_account(GaimAccount *account);
65
65 #endif /* _MSN_STATE_H_ */ 66 #endif /* _MSN_STATE_H_ */