Function

Dexfile_make_symbolic_link

unstable since: 1.2

Declaration [src]

DexFuture*
dex_file_make_symbolic_link (
  GFile* file,
  const char* symlink_value,
  int io_priority
)

Description [src]

Available since: 1.2

Parameters

file

Type: GFile

A GFile.

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

Type: const char*

The path for the target of the symbolic link.

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

Type: int

Priority for the IO operation.

Return value

Type: DexFuture

A DexFuture that resolves to TRUE or rejects with error.

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