Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/libpurple/server.h Sat Sep 08 20:43:59 2007 +0000 +++ b/libpurple/server.h Sat Sep 08 22:41:31 2007 +0000 @@ -64,7 +64,7 @@ * * @param gc The connection to send the message on. * @param who Whose attention to request. - * @param type An index into the prpl's attention_types list determining the type + * @param type_code An index into the prpl's attention_types list determining the type * of the attention request command to send. 0 if prpl only defines one * (for example, Yahoo and MSN), but some protocols define more (MySpaceIM). * @@ -77,7 +77,7 @@ * * @param gc The connection that received the attention message. * @param who Who requested your attention. - * @param type An index into the prpl's attention_types list determining the type + * @param type_code An index into the prpl's attention_types list determining the type * of the attention request command to send. */ void serv_got_attention(PurpleConnection *gc, const char *who, guint type_code);
