Function
Foundryfile_find_regex_with_depth
Declaration [src]
DexFuture*
foundry_file_find_regex_with_depth (
GFile* file,
GRegex* regex,
guint max_depth
)
Description [src]
Locates files starting from file
matching regex
.
The regex will be passed the name within the parent directory, not the enter
path from file
.