~ubuntu-branches/debian/jessie/glib2.0/jessie

« back to all changes in this revision

Viewing changes to gio/gfileinfo.h

Tags: upstream-2.16.1
Import upstream version 2.16.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
423
423
/**
424
424
 * G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC:
425
425
 * 
426
 
 * A key in the "time" namespace for getting the milliseconds of the time
 
426
 * A key in the "time" namespace for getting the miliseconds of the time
427
427
 * the file was last modified. This should be used in conjunction with 
428
428
 * #G_FILE_ATTRIBUTE_TIME_MODIFIED. Corresponding #GFileAttributeType is 
429
429
 * %G_FILE_ATTRIBUTE_TYPE_UINT32.
443
443
/**
444
444
 * G_FILE_ATTRIBUTE_TIME_ACCESS_USEC:
445
445
 * 
446
 
 * A key in the "time" namespace for getting the milliseconds of the time
 
446
 * A key in the "time" namespace for getting the microseconds of the time
447
447
 * the file was last accessed. This should be used in conjunction with
448
448
 * #G_FILE_ATTRIBUTE_TIME_ACCESS. Corresponding #GFileAttributeType is 
449
449
 * %G_FILE_ATTRIBUTE_TYPE_UINT32.
464
464
/**
465
465
 * G_FILE_ATTRIBUTE_TIME_CHANGED_USEC:
466
466
 * 
467
 
 * A key in the "time" namespace for getting the milliseconds of the time
 
467
 * A key in the "time" namespace for getting the microseconds of the time
468
468
 * the file was last changed. This should be used in conjunction with
469
469
 * #G_FILE_ATTRIBUTE_TIME_CHANGED. Corresponding #GFileAttributeType is 
470
470
 * %G_FILE_ATTRIBUTE_TYPE_UINT32. 
485
485
/**
486
486
 * G_FILE_ATTRIBUTE_TIME_CREATED_USEC:
487
487
 * 
488
 
 * A key in the "time" namespace for getting the milliseconds of the time
 
488
 * A key in the "time" namespace for getting the microseconds of the time
489
489
 * the file was created. This should be used in conjunction with
490
490
 * #G_FILE_ATTRIBUTE_TIME_CREATED. Corresponding #GFileAttributeType is 
491
491
 * %G_FILE_ATTRIBUTE_TYPE_UINT32.