comparison libpurple/protocols/msn/user.h @ 30874:e53f81486d57

propagate from branch 'im.pidgin.pidgin' (head 5b9ae21a0927d9a160964bfb1cad7a43253fba0d) to branch 'im.pidgin.cpw.qulogic.msnp16' (head 49bf2f5880edfe6f07decbf14418f2032ba59ad0)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 31 Jul 2010 23:42:35 +0000
parents 2a5dbea6ab6b 805bc41f6de7
children 23be655cc688
comparison
equal deleted inserted replaced
30777:562498203fe8 30874:e53f81486d57
55 /** 55 /**
56 * Contains optional info about a user that is fairly uncommon. We 56 * Contains optional info about a user that is fairly uncommon. We
57 * put this info in in a separate struct to save memory because we 57 * put this info in in a separate struct to save memory because we
58 * allocate an MsnUser struct for each buddy, but we generally only 58 * allocate an MsnUser struct for each buddy, but we generally only
59 * need this information for a small percentage of our buddies 59 * need this information for a small percentage of our buddies
60 * (usually less than 1%). Putting it in a separate struct saves 60 * (usually less than 1%). Putting it in a separate struct makes
61 * makes MsnUser smaller by the size of a few pointers. 61 * MsnUser smaller by the size of a few pointers.
62 */ 62 */
63 typedef struct _MsnUserExtendedInfo 63 typedef struct _MsnUserExtendedInfo
64 { 64 {
65 CurrentMediaType media_type; /**< Type of the user's current media. */ 65 CurrentMediaType media_type; /**< Type of the user's current media. */
66 char *media_title; /**< Title of the user's current media. */ 66 char *media_title; /**< Title of the user's current media. */