summaryrefslogtreecommitdiff
path: root/gio/gfile.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2015-02-05 16:20:43 +0100
committerRyan Lortie <desrt@desrt.ca>2015-02-05 16:20:43 +0100
commit74c22150cf4c2f8a9c7d7fae058a7fd589a94a27 (patch)
tree59bb964d5d2bb55a94e793b72ea5feea73865eb4 /gio/gfile.h
parent6a97275c4507e08b66fdeb4bb054bb8f78096f14 (diff)
downloadglib-74c22150cf4c2f8a9c7d7fae058a7fd589a94a27.tar.gz
docs: fix up docs issues in gio/
Diffstat (limited to 'gio/gfile.h')
-rw-r--r--gio/gfile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gio/gfile.h b/gio/gfile.h
index 60a8d7028..368bb045f 100644
--- a/gio/gfile.h
+++ b/gio/gfile.h
@@ -150,6 +150,9 @@ typedef struct _GFileIface GFileIface;
* @eject_mountable_with_operation_finish: Finishes an eject operation using a #GMountOperation. Since 2.22.
* @poll_mountable: Polls a mountable object for media changes. Since 2.22.
* @poll_mountable_finish: Finishes an poll operation for media changes. Since 2.22.
+ * @measure_disk_usage: Recursively measures the disk usage of @file. Since 2.38
+ * @measure_disk_usage_async: Asynchronously recursively measures the disk usage of @file. Since 2.38
+ * @measure_disk_usage_finish: Finishes an asynchronous recursive measurement of the disk usage of @file. Since 2.38
*
* An interface for writing VFS file handles.
**/