Bug 505042 – add file attribute for actually used file size in bytes

2009-02-13  Ryan Lortie  <desrt@desrt.ca>

	Bug 505042 – add file attribute for actually used file size in bytes

	* gfileinfo.h: add G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE define to
	"standard::allocated-size"
	* gfileattribute.c: document
	* glocalfileinfo.c: set the allocated size from st_blocks * 512


svn path=/trunk/; revision=7865
This commit is contained in:
Ryan Lortie
2009-02-16 14:22:43 +00:00
committed by Alexander Larsson
parent 2bd1d5d737
commit e8c635841a
4 changed files with 24 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
2009-02-13 Ryan Lortie <desrt@desrt.ca>
Bug 505042 add file attribute for actually used file size in bytes
* gfileinfo.h: add G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE define to
"standard::allocated-size"
* gfileattribute.c: document
* glocalfileinfo.c: set the allocated size from st_blocks * 512
2009-02-16 Ryan Lortie <desrt@desrt.ca>
Bug 571598 GAsyncResult with NULL gobject