comparison libpurple/buddyicon.h @ 27577:6d26258e9f1d

propagate from branch 'im.pidgin.pidgin' (head ac87c285c7056f86005dc157b9870745de471f74) to branch 'im.pidgin.cpw.darkrain42.roster' (head 976d874853ac9745edb77d3cf107b92ebc037c10)
author Paul Aurich <paul@darkrain42.org>
date Mon, 06 Jul 2009 04:37:41 +0000
parents 108455a3c019
children 79eb87d4a8e0
comparison
equal deleted inserted replaced
27576:b9da56683499 27577:6d26258e9f1d
187 * @param username The username of the user. 187 * @param username The username of the user.
188 * @param icon_data The buddy icon data, which the buddy icon code 188 * @param icon_data The buddy icon data, which the buddy icon code
189 * takes ownership of and will free. 189 * takes ownership of and will free.
190 * @param icon_len The length of the icon data. 190 * @param icon_len The length of the icon data.
191 * @param checksum A protocol checksum from the prpl or @c NULL. 191 * @param checksum A protocol checksum from the prpl or @c NULL.
192 *
193 * @return The buddy icon set, or NULL if no icon was set.
194 */ 192 */
195 void 193 void
196 purple_buddy_icons_set_for_user(PurpleAccount *account, const char *username, 194 purple_buddy_icons_set_for_user(PurpleAccount *account, const char *username,
197 void *icon_data, size_t icon_len, 195 void *icon_data, size_t icon_len,
198 const char *checksum); 196 const char *checksum);