gmime r1363 - trunk/gmime



Author: fejj
Date: Sat Jun 21 13:23:44 2008
New Revision: 1363
URL: http://svn.gnome.org/viewvc/gmime?rev=1363&view=rev

Log:
updated gtk-doc comments

Modified:
   trunk/gmime/gmime-utils.c

Modified: trunk/gmime/gmime-utils.c
==============================================================================
--- trunk/gmime/gmime-utils.c	(original)
+++ trunk/gmime/gmime-utils.c	Sat Jun 21 13:23:44 2008
@@ -150,7 +150,7 @@
  * @tz_offset: Timezone offset
  *
  * Allocates a string buffer containing the rfc822 formatted date
- * string represented by @time and @offset.
+ * string represented by @time and @tz_offset.
  *
  * Returns: a valid string representation of the date.
  **/
@@ -694,11 +694,11 @@
  * @tz_offset: timezone offset
  *
  * Decodes the rfc822 date string and saves the GMT offset into
- * @saveoffset if non-NULL.
+ * @tz_offset if non-NULL.
  *
  * Returns: the time_t representation of the date string specified by
- * @str. If 'saveoffset' is non-NULL, the value of the timezone offset
- * will be stored.
+ * @str or (time_t) %0 on error. If @tz_offset is non-NULL, the value
+ * of the timezone offset will be stored.
  **/
 time_t
 g_mime_utils_header_decode_date (const char *str, int *tz_offset)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]