diff src/mime.h @ 11035:11e465b55fe6

[gaim-migrate @ 12922] A host of doxygen tweaks. There's a few more left, not sure how to fix them at the moment... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Tue, 28 Jun 2005 20:36:20 +0000
parents 8ab19bf9c3bc
children 2507d20c3d0b
line wrap: on
line diff
--- a/src/mime.h	Tue Jun 28 20:20:18 2005 +0000
+++ b/src/mime.h	Tue Jun 28 20:36:20 2005 +0000
@@ -156,7 +156,7 @@
 
 /** Set or replace the value of a specific field in the header of a
     document
-    @param doc    the MIME document
+    @param part   the part of the MIME document
     @param field  case-insensitive field name
     @param value  value to associate with the indicated header field,
                   of NULL to remove the field
@@ -179,7 +179,8 @@
     return NULL.
 
     @param part the MIME documemt part
-    @param 
+    @param data Buffer for the data
+	@param len  The length of the buffer
 */
 void gaim_mime_part_get_data_decoded(GaimMimePart *part,
 				     char **data, gsize *len);