diff src/protocols/msn/page.h @ 8808:bbd8cdaf0ad5

[gaim-migrate @ 9570] A massive patch by shx to reorganize MSN some more and add command processor support. This allows us to do cool things like produce more detailed error messages. For example, the Invalid Username dialog now shows the username of the invalid user. I modified the aforementioned dialog so it'll look a little nicer looking, and also mention the account this happened on. It also removes the user from your blist, as there's no point to keeping the user on there. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 25 Apr 2004 22:02:06 +0000
parents 1e211dde3cae
children 9e5a709c30a8
line wrap: on
line diff
--- a/src/protocols/msn/page.h	Sun Apr 25 17:01:38 2004 +0000
+++ b/src/protocols/msn/page.h	Sun Apr 25 22:02:06 2004 +0000
@@ -53,12 +53,12 @@
 void msn_page_destroy(MsnPage *page);
 
 /**
- * Converts a page to a payload string.
+ * Generates the payload data of a page.
  *
  * @param page     The page.
  * @param ret_size The returned size of the payload.
  *
- * @return The payload string of a page.
+ * @return The payload data of a page.
  */
 char *msn_page_gen_payload(const MsnPage *page, size_t *ret_size);