Function
RBcheck_dir_has_space
Declaration [src]
gboolean
rb_check_dir_has_space (
GFile* dir,
guint64 bytes_needed
)
Description [src]
Checks that the filesystem holding file has at least bytes_needed
bytes available.
Parameters
dir-
Type:
GFileA
GFileto check.The data is owned by the caller of the function. bytes_needed-
Type:
guint64Number of bytes to check for.