Virtual Method

IdeRuntimetranslate_file

Declaration

GFile*
translate_file (
  IdeRuntime* self,
  GFile* file
)

Description

Translates the file from a path within the runtime to a path that can be accessed from the host system.

Parameters

file

Type: GFile

A GFile.

The data is owned by the caller of the function.

Return value

Type: GFile

A GFile.

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