From: Tor Lillqvist Date: Thu, 6 Mar 2008 13:10:06 +0000 (+0000) Subject: Correct milliseconds to microseconds in the doc comments for the *_USEC X-Git-Tag: GLIB_2_16_0~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7332eed6ffddca1ddfb8fd13543ff5d4897ecd06;p=platform%2Fupstream%2Fglib.git Correct milliseconds to microseconds in the doc comments for the *_USEC 2008-03-06 Tor Lillqvist * gfileinfo.h: Correct milliseconds to microseconds in the doc comments for the *_USEC attributes. svn path=/trunk/; revision=6634 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 8fe4b82..c409823 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-03-06 Tor Lillqvist + + * gfileinfo.h: Correct milliseconds to microseconds in the doc + comments for the *_USEC attributes. + 2008-03-06 Alexander Larsson * gfile.c (g_file_query_exists): diff --git a/gio/gfileinfo.h b/gio/gfileinfo.h index 4f6f7e0..93d74a3 100644 --- a/gio/gfileinfo.h +++ b/gio/gfileinfo.h @@ -423,7 +423,7 @@ typedef enum { /** * G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC: * - * A key in the "time" namespace for getting the milliseconds of the time + * A key in the "time" namespace for getting the miliseconds of the time * the file was last modified. This should be used in conjunction with * #G_FILE_ATTRIBUTE_TIME_MODIFIED. Corresponding #GFileAttributeType is * %G_FILE_ATTRIBUTE_TYPE_UINT32. @@ -443,7 +443,7 @@ typedef enum { /** * G_FILE_ATTRIBUTE_TIME_ACCESS_USEC: * - * A key in the "time" namespace for getting the milliseconds of the time + * A key in the "time" namespace for getting the microseconds of the time * the file was last accessed. This should be used in conjunction with * #G_FILE_ATTRIBUTE_TIME_ACCESS. Corresponding #GFileAttributeType is * %G_FILE_ATTRIBUTE_TYPE_UINT32. @@ -464,7 +464,7 @@ typedef enum { /** * G_FILE_ATTRIBUTE_TIME_CHANGED_USEC: * - * A key in the "time" namespace for getting the milliseconds of the time + * A key in the "time" namespace for getting the microseconds of the time * the file was last changed. This should be used in conjunction with * #G_FILE_ATTRIBUTE_TIME_CHANGED. Corresponding #GFileAttributeType is * %G_FILE_ATTRIBUTE_TYPE_UINT32. @@ -485,7 +485,7 @@ typedef enum { /** * G_FILE_ATTRIBUTE_TIME_CREATED_USEC: * - * A key in the "time" namespace for getting the milliseconds of the time + * A key in the "time" namespace for getting the microseconds of the time * the file was created. This should be used in conjunction with * #G_FILE_ATTRIBUTE_TIME_CREATED. Corresponding #GFileAttributeType is * %G_FILE_ATTRIBUTE_TYPE_UINT32.