From e95a3b0576fc9426441956e4053791e197d4f421 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 13 Oct 2009 16:21:42 +0200 Subject: [PATCH] Documentation fixes --- docs/reference/gio/gio-sections.txt | 1 + gio/gfileattribute.c | 1 + gio/gfileinfo.h | 5 +++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt index c7915ef2..31744f5c 100644 --- a/docs/reference/gio/gio-sections.txt +++ b/docs/reference/gio/gio-sections.txt @@ -240,6 +240,7 @@ G_FILE_ATTRIBUTE_STANDARD_ICON G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE G_FILE_ATTRIBUTE_STANDARD_SIZE +G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET G_FILE_ATTRIBUTE_STANDARD_TARGET_URI G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER diff --git a/gio/gfileattribute.c b/gio/gfileattribute.c index 4fb6ffa0..0aad1a74 100644 --- a/gio/gfileattribute.c +++ b/gio/gfileattribute.c @@ -165,6 +165,7 @@ * %G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNTmountable::can-unmountboolean * %G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECTmountable::can-ejectboolean * %G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICEmountable::unix-deviceuint32 + * %G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILEmountable::unix-device-filestring * %G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDImountable::hal-udistring * %G_FILE_ATTRIBUTE_TIME_MODIFIEDtime::modifieduint64 * %G_FILE_ATTRIBUTE_TIME_MODIFIED_USECtime::modified-usecuint32 diff --git a/gio/gfileinfo.h b/gio/gfileinfo.h index 9ff53810..fd3ca51b 100644 --- a/gio/gfileinfo.h +++ b/gio/gfileinfo.h @@ -192,14 +192,15 @@ typedef struct _GFileInfoClass GFileInfoClass; #define G_FILE_ATTRIBUTE_STANDARD_SIZE "standard::size" /* uint64 */ /** - * G_FILE_ATTRIBUTE_ALLOCATED_SIZE: + * G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE: * * A key in the "standard" namespace for getting the amount of disk space * that is consumed by the file (in bytes). This will generally be larger * than the file size (due to block size overhead) but can occasionally be * smaller (for example, for sparse files). - * * Corresponding #GFileAttributeType is %G_FILE_ATTRIBUTE_TYPE_UINT64. + * + * Since: 2.20. **/ #define G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE "standard::allocated-size" /* uint64 */ -- 2.34.1