mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-02 02:40:07 +02:00
gfileinfo: Fix an incorrect unit in the documentation
G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC is in microseconds, not milliseconds.
This commit is contained in:
parent
810a6eb1d6
commit
740007c11e
@ -481,7 +481,7 @@ typedef struct _GFileInfoClass GFileInfoClass;
|
|||||||
/**
|
/**
|
||||||
* G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC:
|
* G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC:
|
||||||
*
|
*
|
||||||
* A key in the "time" namespace for getting the miliseconds of the time
|
* A key in the "time" namespace for getting the microseconds of the time
|
||||||
* the file was last modified. This should be used in conjunction with
|
* the file was last modified. This should be used in conjunction with
|
||||||
* #G_FILE_ATTRIBUTE_TIME_MODIFIED. Corresponding #GFileAttributeType is
|
* #G_FILE_ATTRIBUTE_TIME_MODIFIED. Corresponding #GFileAttributeType is
|
||||||
* %G_FILE_ATTRIBUTE_TYPE_UINT32.
|
* %G_FILE_ATTRIBUTE_TYPE_UINT32.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user