glib r6634 - trunk/gio



Author: tml
Date: Thu Mar  6 13:10:06 2008
New Revision: 6634
URL: http://svn.gnome.org/viewvc/glib?rev=6634&view=rev

Log:
2008-03-06  Tor Lillqvist  <tml novell com>

	* gfileinfo.h: Correct milliseconds to microseconds in the doc
	comments for the *_USEC attributes.



Modified:
   trunk/gio/ChangeLog
   trunk/gio/gfileinfo.h

Modified: trunk/gio/gfileinfo.h
==============================================================================
--- trunk/gio/gfileinfo.h	(original)
+++ trunk/gio/gfileinfo.h	Thu Mar  6 13:10:06 2008
@@ -423,7 +423,7 @@
 /**
  * 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 @@
 /**
  * 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 @@
 /**
  * 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 @@
 /**
  * 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. 



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