Function

Foundryfile_find_with_depth

Declaration [src]

DexFuture*
foundry_file_find_with_depth (
  GFile* file,
  const gchar* pattern,
  guint max_depth
)

Description [src]

Locates files starting from file matching pattern.

Parameters

file

Type: GFile

An GFile.

The data is owned by the caller of the function.
pattern

Type: const gchar*

The pattern to find.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
max_depth

Type: guint

The max depth to recurse.

Return value

Type: DexFuture

A DexFuture.

The caller of the function takes ownership of the data, and is responsible for freeing it.