Mercurial > pidgin.yaz
comparison libpurple/protocols/msn/user.h @ 16390:4fc51a87ce42
Updates for the account buddy icon stuff. This doesn't yet work fully (and maybe not even partly), but it compiles.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 25 Apr 2007 21:48:56 +0000 |
parents | 32c366eeeb99 |
children | 44b4e8bd759b 7c0a2ef88018 |
comparison
equal
deleted
inserted
replaced
16389:493ca924c199 | 16390:4fc51a87ce42 |
---|---|
136 | 136 |
137 /** | 137 /** |
138 * Sets the buddy icon for a local user. | 138 * Sets the buddy icon for a local user. |
139 * | 139 * |
140 * @param user The user. | 140 * @param user The user. |
141 * @param filename The path to the buddy icon. | 141 * @param img The buddy icon image |
142 */ | 142 */ |
143 void msn_user_set_buddy_icon(MsnUser *user, const char *filename); | 143 void msn_user_set_buddy_icon(MsnUser *user, PurpleStoredImage *img); |
144 | 144 |
145 /** | 145 /** |
146 * Sets the group ID list for a user. | 146 * Sets the group ID list for a user. |
147 * | 147 * |
148 * @param user The user. | 148 * @param user The user. |