Virtual Method
IdeConfigtranslate_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 function.
Return value
Type: GFile
A GFile
or NULL
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |