libpurple/protocols/myspace/user.c

changeset 32326
3cf491d8cfce
parent 32262
c764e87d4b34
child 32596
927575c2af4e
equal deleted inserted replaced
32286:316da124dc0e 32326:3cf491d8cfce
410 /** 410 /**
411 * Save buddy information to the buddy list from a user info reply message. 411 * Save buddy information to the buddy list from a user info reply message.
412 * 412 *
413 * @param session 413 * @param session
414 * @param msg The user information reply, with any amount of information. 414 * @param msg The user information reply, with any amount of information.
415 * @param user The structure to save to, or NULL to save in PurpleBuddy->proto_data. 415 * @param user The structure to save to, or NULL to save in PurpleBuddy's protocol_data.
416 * 416 *
417 * Variable information is saved to the passed MsimUser structure. Permanent 417 * Variable information is saved to the passed MsimUser structure. Permanent
418 * information (UserID) is stored in the blist node of the buddy list (and 418 * information (UserID) is stored in the blist node of the buddy list (and
419 * ends up in blist.xml, persisted to disk) if it exists. 419 * ends up in blist.xml, persisted to disk) if it exists.
420 * 420 *

mercurial