GFile: add new g_file_measure_disk_usage() API
authorRyan Lortie <desrt@desrt.ca>
Sun, 28 Jul 2013 17:41:17 +0000 (13:41 -0400)
committerRyan Lortie <desrt@desrt.ca>
Fri, 6 Sep 2013 17:16:17 +0000 (13:16 -0400)
commit6ec2bb17c393c411a2182e865aa0979165dfbac5
tree4857e1d5d2275ae07eacebb4ad24d1553e9a1eef
parent242a735fe02462f7e6e8b2b2dc8c55d380d4fd96
GFile: add new g_file_measure_disk_usage() API

This is essentially the equivalent of 'du'.

This is currently only supported on local files.  gvfs will add support for the
interface later.

https://bugzilla.gnome.org/show_bug.cgi?id=704893
docs/reference/gio/gio-sections.txt
gio/gfile.c
gio/gfile.h
gio/gioenums.h
gio/giotypes.h
gio/glocalfile.c