comparison src/protocols/msn/user.h @ 7590:3a48ade4f510

[gaim-migrate @ 8208] The MSNSLP stuff pretty much works. I have it disabled in this commit just in case, but I should have the rest done tonight. Also, client IDs are now sent (which was part of the problem), as are the MSNObjects (the other half of the problem). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 22 Nov 2003 00:47:24 +0000
parents 8f228a7d5076
children 06f57183e29f
comparison
equal deleted inserted replaced
7589:59c1cee97cbb 7590:3a48ade4f510
127 * @param name The friendly name. 127 * @param name The friendly name.
128 */ 128 */
129 void msn_user_set_name(MsnUser *user, const char *name); 129 void msn_user_set_name(MsnUser *user, const char *name);
130 130
131 /** 131 /**
132 * Sets the buddy icon for a local user.
133 *
134 * @param user The user.
135 * @param filename The path to the buddy icon.
136 */
137 void msn_user_set_buddy_icon(MsnUser *user, const char *filename);
138
139 /**
132 * Sets the group ID list for a user. 140 * Sets the group ID list for a user.
133 * 141 *
134 * @param user The user. 142 * @param user The user.
135 * @param ids The group ID list. 143 * @param ids The group ID list.
136 */ 144 */