Mercurial > pidgin
comparison libpurple/server.h @ 19685:f3e0b1221765
This will silence a few warnings when building the Doxygen docs.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 08 Sep 2007 22:41:31 +0000 |
parents | 44b4e8bd759b |
children | 6bf32c9e15a7 |
comparison
equal
deleted
inserted
replaced
19684:8021fe1e2a63 | 19685:f3e0b1221765 |
---|---|
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 *); |