Method
IdeContextbuild_file
Description
Creates a new GFile for the path.
- If
pathisNULL,IdeContext:workdiris returned. - If
pathis absolute, a newGFileto the absolute path is returned. - Otherwise, a
GFilechild ofIdeContext:workdiris returned.
| Available since: | 3.32 |
Parameters
path |
const gchar* |
A path to the file. |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. |
Return value
| Returns: | GFile |
A |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. |