comparison src/protocols/msn/buddyicon.h @ 5506:4f72b611f0ee

[gaim-migrate @ 5905] A few changes here. - Messages now have reference counting. - There's a message queue API in servconn. This was needed for times when we have a message but need further information from a command before processing it, like initial e-mail notifications. - As a result of the two above, we now have initial e-mail notifications again! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 25 May 2003 09:04:32 +0000
parents 2aa7e4237142
children b7e113a59b51
comparison
equal deleted inserted replaced
5505:870207a49f2f 5506:4f72b611f0ee
63 * @param servconn The server connection. 63 * @param servconn The server connection.
64 * @param msg The message. 64 * @param msg The message.
65 * 65 *
66 * @return TRUE 66 * @return TRUE
67 */ 67 */
68 gboolean msn_buddy_icon_msg(MsnServConn *servconn, const MsnMessage *msg); 68 gboolean msn_buddy_icon_msg(MsnServConn *servconn, MsnMessage *msg);
69 69
70 /** 70 /**
71 * Sends a buddy icon invitation message. 71 * Sends a buddy icon invitation message.
72 * 72 *
73 * @param swboard The switchboard to send to. 73 * @param swboard The switchboard to send to.