Handbook
Glossary
g_file_measure_disk_usage ( file flags cancellable progress_callback progress_data disk_usage num_dirs num_files error -- gboolean )
Vocabulary
gio
.
ffi
Inputs
file
an
object
flags
an
object
cancellable
an
object
progress_callback
an
object
progress_data
an
object
disk_usage
an
object
num_dirs
an
object
num_files
an
object
error
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
gboolean
g_file_measure_disk_usage
( GFile* file,
GFileMeasureFlags
flags, GCancellable*
cancellable,
GFileMeasureProgressCallback
progress_callback,
gpointer
progress_data, guint64* disk_usage, guint64*
num_dirs, guint64* num_files, GError* error )