Method

IdeConfigtranslate_file

Declaration

GFile*
ide_config_translate_file (
  IdeConfig* self,
  GFile* file
)

Description

Requests translation of the file path to one available in the current process. That might mean translating to a path that allows access outside Builder’s sandbox such as using /var/run/host or depoy-directories of OSTree commits.

Parameters

file

Type: GFile

No description available.

The data is owned by the caller of the method.

Return value

Type: GFile

A GFile or NULL.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.