Home | History | Annotate | Download | only in gio

Lines Matching full:time

373 /* Time attributes */
378 * A key in the "time" namespace for getting the time the file was last
380 * %G_FILE_ATTRIBUTE_TYPE_UINT64, and contains the UNIX time since the
383 #define G_FILE_ATTRIBUTE_TIME_MODIFIED "time::modified" /* uint64 */
388 * A key in the "time" namespace for getting the miliseconds of the time
393 #define G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC "time::modified-usec" /* uint32 */
398 * A key in the "time" namespace for getting the time the file was last
400 * %G_FILE_ATTRIBUTE_TYPE_UINT64, and contains the UNIX time since the
403 #define G_FILE_ATTRIBUTE_TIME_ACCESS "time::access" /* uint64 */
408 * A key in the "time" namespace for getting the microseconds of the time
413 #define G_FILE_ATTRIBUTE_TIME_ACCESS_USEC "time::access-usec" /* uint32 */
418 * A key in the "time" namespace for getting the time the file was last
420 * and contains the UNIX time since the file was last changed.
424 #define G_FILE_ATTRIBUTE_TIME_CHANGED "time::changed" /* uint64 */
429 * A key in the "time" namespace for getting the microseconds of the time
434 #define G_FILE_ATTRIBUTE_TIME_CHANGED_USEC "time::changed-usec" /* uint32 */
439 * A key in the "time" namespace for getting the time the file was created.
441 * and contains the UNIX time since the file was created.
445 #define G_FILE_ATTRIBUTE_TIME_CREATED "time::created" /* uint64 */
450 * A key in the "time" namespace for getting the microseconds of the time
455 #define G_FILE_ATTRIBUTE_TIME_CREATED_USEC "time::created-usec" /* uint32 */