comparison libpurple/server.h @ 20515:7aaebdb013c9

explicit merge of '496506f552dcc01dcc38820f472dc9d27a82a997' and '20899a5772594c6139b37b372cfab97e03cfa2ac'
author Richard Laager <rlaager@wiktel.com>
date Sun, 16 Sep 2007 18:05:12 +0000
parents f3e0b1221765
children 6bf32c9e15a7
comparison
equal deleted inserted replaced
20514:723b5a2f91ce 20515:7aaebdb013c9
62 62
63 /** Send an attention request message. 63 /** Send an attention request message.
64 * 64 *
65 * @param gc The connection to send the message on. 65 * @param gc The connection to send the message on.
66 * @param who Whose attention to request. 66 * @param who Whose attention to request.
67 * @param type An index into the prpl's attention_types list determining the type 67 * @param type_code An index into the prpl's attention_types list determining the type
68 * of the attention request command to send. 0 if prpl only defines one 68 * of the attention request command to send. 0 if prpl only defines one
69 * (for example, Yahoo and MSN), but some protocols define more (MySpaceIM). 69 * (for example, Yahoo and MSN), but some protocols define more (MySpaceIM).
70 * 70 *
71 * Note that you can't send arbitrary PurpleAttentionType's, because there is 71 * Note that you can't send arbitrary PurpleAttentionType's, because there is
72 * only a fixed set of attention commands. 72 * only a fixed set of attention commands.
75 75
76 /** Process an incoming attention message. 76 /** Process an incoming attention message.
77 * 77 *
78 * @param gc The connection that received the attention message. 78 * @param gc The connection that received the attention message.
79 * @param who Who requested your attention. 79 * @param who Who requested your attention.
80 * @param type An index into the prpl's attention_types list determining the type 80 * @param type_code An index into the prpl's attention_types list determining the type
81 * of the attention request command to send. 81 * of the attention request command to send.
82 */ 82 */
83 void serv_got_attention(PurpleConnection *gc, const char *who, guint type_code); 83 void serv_got_attention(PurpleConnection *gc, const char *who, guint type_code);
84 84
85 void serv_get_info(PurpleConnection *, const char *); 85 void serv_get_info(PurpleConnection *, const char *);