check_dir_has_space_uri

@accepts(utf8, guint64)
@returns(gboolean)
def check_dir_has_space_uri(uri, bytes_needed)

Checks that the filesystem holding @uri has at least @bytes_needed bytes available.

uri :

a URI to check

bytes_needed :

number of bytes to check for

Returns :

True if enough space is available.